代码合并 - 多仓库

This commit is contained in:
2022-12-01 09:16:05 +08:00
parent c70ea0402f
commit 3c6b6b1c45

View File

@@ -51,7 +51,6 @@ public class SectattrServiceImpl implements SectattrService {
}
map.put("flag", "1");
map.put("stor_id", (String) whereJson.get("stor_id"));
//获取人员对应的仓库
UserStorServiceImpl userStorService = new UserStorServiceImpl();
String in_stor_id = userStorService.getInStor();