feat:下单平台管理员用户查询所有数据
This commit is contained in:
parent
61b200ce0b
commit
ecc285745a
@ -184,8 +184,10 @@ public class AssepcDynamic {
|
||||
String algoKey = this.getClass().getName();
|
||||
//查询零件明细表 根据零件编码过滤n
|
||||
qFilters.add(new QFilter("yem_model.yem_products.number", QCP.equals, number));
|
||||
if (YEM.isNotEmpty(custom) &&(!StringUtils.containsIgnoreCase(number, "admin"))) {
|
||||
if (YEM.isNotEmpty(custom)) {
|
||||
if ((!StringUtils.containsIgnoreCase(number, "admin"))) {
|
||||
qFilters.add(new QFilter("yem_customer.number", QCP.equals, custom));
|
||||
}
|
||||
} else {
|
||||
return CustomApiResult.fail("501", "客户编码为空!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user