parent
3f5e49abdc
commit
36f4cdc1a1
@ -183,7 +183,7 @@ public class AssepcDynamic {
|
||||
//查询零件明细表 根据零件编码过滤n
|
||||
qFilters.add(new QFilter("yem_model.yem_products.number", QCP.equals, number));
|
||||
if (YEM.isNotEmpty(custom)) {
|
||||
if ((!StringUtils.containsIgnoreCase(number, "admin"))) {
|
||||
if ((!StringUtils.containsIgnoreCase(custom, "admin"))) {
|
||||
qFilters.add(new QFilter("yem_customer.number", QCP.equals, custom));
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user