devSn不能是eq
This commit is contained in:
parent
f69964d66d
commit
d1f2ac63be
@ -50,7 +50,7 @@ public class QueryGenerator {
|
|||||||
private static final String ORDER_TYPE = "order";
|
private static final String ORDER_TYPE = "order";
|
||||||
private static final String ORDER_TYPE_ASC = "ASC";
|
private static final String ORDER_TYPE_ASC = "ASC";
|
||||||
|
|
||||||
private static final List<String> IGNORE_LIKE = Arrays.asList("engineeringSn", "projectSn", "devSn");
|
private static final List<String> IGNORE_LIKE = Arrays.asList("engineeringSn", "projectSn");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 时间格式化
|
* 时间格式化
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user