rev:三线半成品修改
This commit is contained in:
@@ -405,7 +405,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService{
|
||||
// 调用入库分配规则
|
||||
StIvtSectattr sect = sectattrService.getOne(
|
||||
new QueryWrapper<StIvtSectattr>().lambda()
|
||||
.eq(StIvtSectattr::getSect_name, "海柔半成品库区")
|
||||
.eq(StIvtSectattr::getSect_name, "三线半成品库区")
|
||||
);
|
||||
JSONObject jo = new JSONObject();
|
||||
jo.put("sect_id", sect.getSect_id());
|
||||
|
||||
@@ -80,7 +80,7 @@ public class PdaStHrBcpEmpOutServiceImpl implements PdaStHrBcpEmpOutService {
|
||||
|
||||
StIvtSectattr sect = sectattrService.getOne(
|
||||
new QueryWrapper<StIvtSectattr>().lambda()
|
||||
.eq(StIvtSectattr::getSect_name, "海柔半成品库区")
|
||||
.eq(StIvtSectattr::getSect_name, "三线半成品库区")
|
||||
);
|
||||
|
||||
List<StIvtStructattr> list = new ArrayList<>();
|
||||
|
||||
@@ -76,7 +76,7 @@ public class StIvtIostorinvEmpBcpServiceImpl implements IStIvtIostorinvEmpBcpSe
|
||||
// 1.找一个空货位
|
||||
StIvtSectattr sect = sectattrService.getOne(
|
||||
new QueryWrapper<StIvtSectattr>().lambda()
|
||||
.eq(StIvtSectattr::getSect_name, "海柔半成品库区")
|
||||
.eq(StIvtSectattr::getSect_name, "三线半成品库区")
|
||||
);
|
||||
|
||||
JSONObject jo = new JSONObject();
|
||||
@@ -173,7 +173,7 @@ public class StIvtIostorinvEmpBcpServiceImpl implements IStIvtIostorinvEmpBcpSe
|
||||
// 1.找一个空载具的货位
|
||||
StIvtSectattr sect = sectattrService.getOne(
|
||||
new QueryWrapper<StIvtSectattr>().lambda()
|
||||
.eq(StIvtSectattr::getSect_name, "海柔半成品库区")
|
||||
.eq(StIvtSectattr::getSect_name, "三线半成品库区")
|
||||
);
|
||||
|
||||
JSONObject jo = new JSONObject();
|
||||
|
||||
Reference in New Issue
Block a user