Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -268,6 +268,11 @@ public class DownEmptyUpFullTask extends AbstractTask {
|
||||
// //删除
|
||||
// iMdPbGroupplateService.delete(Collections.singleton(taskObj.getGroup_id()));
|
||||
|
||||
iMdPbGroupplateService.update(new LambdaUpdateWrapper<>(GroupPlate.class)
|
||||
.set(GroupPlate::getStatus, IOSEnum.GROUP_PLATE_STATUS.code("出库"))
|
||||
.eq(GroupPlate::getStoragevehicle_code,taskObj.getVehicle_code()));
|
||||
|
||||
|
||||
//反馈到MES系统
|
||||
if(IOSEnum.CREATE_MODE.code("外部接口产生").equals(taskObj.getCreate_mode())){
|
||||
JSONObject jsonObject=new JSONObject();
|
||||
|
||||
@@ -194,6 +194,10 @@ public class SeparateMaterialTask extends AbstractTask {
|
||||
.set(Structattr::getUpdate_time, DateUtil.now())
|
||||
.eq(Structattr::getStruct_code, taskObj.getPoint_code1()));
|
||||
|
||||
iMdPbGroupplateService.update(new LambdaUpdateWrapper<>(GroupPlate.class)
|
||||
.set(GroupPlate::getStatus, IOSEnum.GROUP_PLATE_STATUS.code("出库"))
|
||||
.eq(GroupPlate::getStoragevehicle_code,taskObj.getVehicle_code()));
|
||||
|
||||
// //删除
|
||||
// iMdPbGroupplateService.delete(Collections.singleton(taskObj.getGroup_id()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user