代码更新
This commit is contained in:
@@ -75,7 +75,6 @@ public class StructivtServiceImpl implements StructivtService {
|
|||||||
if (StrUtil.isNotEmpty(sale_order_name)) {
|
if (StrUtil.isNotEmpty(sale_order_name)) {
|
||||||
map.put("sale_order_name", "%" + sale_order_name + "%");
|
map.put("sale_order_name", "%" + sale_order_name + "%");
|
||||||
}
|
}
|
||||||
|
|
||||||
//获取人员对应的仓库
|
//获取人员对应的仓库
|
||||||
UserStorServiceImpl userStorService = new UserStorServiceImpl();
|
UserStorServiceImpl userStorService = new UserStorServiceImpl();
|
||||||
String in_stor_id = userStorService.getInStor();
|
String in_stor_id = userStorService.getInStor();
|
||||||
|
|||||||
Reference in New Issue
Block a user