feat:下单平台管理员用户查询所有数据
This commit is contained in:
parent
c6b75c4d8e
commit
61b200ce0b
@ -184,10 +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)) {
|
||||
if (YEM.isNotEmpty(custom) &&(!StringUtils.containsIgnoreCase(number, "admin"))) {
|
||||
qFilters.add(new QFilter("yem_customer.number", QCP.equals, custom));
|
||||
} else {
|
||||
return CustomApiResult.fail("501", "客户编码必传");
|
||||
return CustomApiResult.fail("501", "客户编码为空!");
|
||||
}
|
||||
extracted(algoKey, qFilters, jsonArray);
|
||||
// fillMissInfo(algoKey, number, jsonArray);
|
||||
|
Loading…
Reference in New Issue
Block a user