代码更新

This commit is contained in:
2023-02-21 19:05:55 +08:00
parent dce7046cc5
commit 909d7790b4

View File

@@ -75,7 +75,6 @@ public class StructivtServiceImpl implements StructivtService {
if (StrUtil.isNotEmpty(sale_order_name)) {
map.put("sale_order_name", "%" + sale_order_name + "%");
}
//获取人员对应的仓库
UserStorServiceImpl userStorService = new UserStorServiceImpl();
String in_stor_id = userStorService.getInStor();