Commit 2e0ee75d by 墨竹

fix:区经获取数量修改

parent a94b9f47
......@@ -466,6 +466,7 @@ public class AuditApiServiceImpl implements AuditApiService {
if (clerkType == 2) {
// 如果null,说明是所有门店
storeIdList = this.getStoreIdList(enterpriseId, clerkId);
clerkId = null;
} else {
storeIdList.add(storeId);
//店长查询门店
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment