盘点和位移发下任务修改;
This commit is contained in:
+3
-1
@@ -258,6 +258,8 @@ public class InvestigationManageImpl extends ServiceImpl<InvestigationManageMapp
|
|||||||
investigationManage.setUpdateBy(loginUser.getUserid());
|
investigationManage.setUpdateBy(loginUser.getUserid());
|
||||||
investigationManage.setUpdateByName(loginUser.getUsername());
|
investigationManage.setUpdateByName(loginUser.getUsername());
|
||||||
investigationManage.setUpdateTime(new Date());
|
investigationManage.setUpdateTime(new Date());
|
||||||
|
investigationManage.setOperatorsBy(investigationManageDO.getOperatorsBy());
|
||||||
|
investigationManage.setOperatorsName(investigationManageDO.getOperatorsName());
|
||||||
int i = investigationManageMapper.update(investigationManage, new QueryWrapper<InvestigationManage>().lambda()
|
int i = investigationManageMapper.update(investigationManage, new QueryWrapper<InvestigationManage>().lambda()
|
||||||
.in(InvestigationManage::getInvestigationManageId, investigationManageDO.getInvestigationManageIds()));
|
.in(InvestigationManage::getInvestigationManageId, investigationManageDO.getInvestigationManageIds()));
|
||||||
return i > 0;
|
return i > 0;
|
||||||
@@ -481,4 +483,4 @@ public class InvestigationManageImpl extends ServiceImpl<InvestigationManageMapp
|
|||||||
.set(InvestigationManage::getUpdateTime, new Date())
|
.set(InvestigationManage::getUpdateTime, new Date())
|
||||||
.eq(InvestigationManage::getInvestigationNumber, deliveTaskDO.getTrackingNumber()));
|
.eq(InvestigationManage::getInvestigationNumber, deliveTaskDO.getTrackingNumber()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+3
-1
@@ -363,6 +363,8 @@ public class ShiftManageImpl extends ServiceImpl<ShiftManageMapper, ShiftManage>
|
|||||||
shiftManage.setUpdateBy(loginUser.getUserid());
|
shiftManage.setUpdateBy(loginUser.getUserid());
|
||||||
shiftManage.setUpdateByName(loginUser.getUsername());
|
shiftManage.setUpdateByName(loginUser.getUsername());
|
||||||
shiftManage.setUpdateTime(new Date());
|
shiftManage.setUpdateTime(new Date());
|
||||||
|
shiftManage.setOperatorsBy(shiftManageDO.getOperatorsBy());
|
||||||
|
shiftManage.setOperatorsName(shiftManageDO.getOperatorsName());
|
||||||
int i = shiftManageMapper.update(shiftManage, new QueryWrapper<ShiftManage>().lambda()
|
int i = shiftManageMapper.update(shiftManage, new QueryWrapper<ShiftManage>().lambda()
|
||||||
.in(ShiftManage::getShiftManageId, shiftManageDO.getShiftManageIds()));
|
.in(ShiftManage::getShiftManageId, shiftManageDO.getShiftManageIds()));
|
||||||
return i > 0;
|
return i > 0;
|
||||||
@@ -434,4 +436,4 @@ public class ShiftManageImpl extends ServiceImpl<ShiftManageMapper, ShiftManage>
|
|||||||
.set(ShiftManage::getUpdateTime, new Date())
|
.set(ShiftManage::getUpdateTime, new Date())
|
||||||
.eq(ShiftManage::getShiftNumber, deliveTaskDO.getTrackingNumber()));
|
.eq(ShiftManage::getShiftNumber, deliveTaskDO.getTrackingNumber()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user