|
|
|
@ -97,9 +97,8 @@ public class ShiftProdCenterRecordController extends MesPcnBaseController {
|
|
|
|
|
.notNull(MesPcnExtConstWords.SHIFT_CODE, centerRecordModel.getShiftCode())
|
|
|
|
|
.notNull(MesPcnExtConstWords.WORKER_QTY, centerRecordModel.getWorkerQty())
|
|
|
|
|
.notNull(MesPcnExtConstWords.MODIFY_USER, centerRecordModel.getModifyUser())
|
|
|
|
|
.notNull(MesPcnExtConstWords.WORK_TIME, centerRecordModel.getWorkTime())
|
|
|
|
|
.notNull(MesPcnExtConstWords.AT_HOME_NUM, centerRecordModel.getWorkTime())
|
|
|
|
|
.notNull(MesPcnExtConstWords.ABSENTEEISM_NUM, centerRecordModel.getWorkTime())
|
|
|
|
|
.notNull(MesPcnExtConstWords.AT_HOME_NUM, centerRecordModel.getAtHomeNum())
|
|
|
|
|
.notNull(MesPcnExtConstWords.ABSENTEEISM_NUM, centerRecordModel.getAbsenteeismNum())
|
|
|
|
|
.notNull(MesPcnExtConstWords.NEW_WORK_NUM, centerRecordModel.getNewWorkNum())
|
|
|
|
|
.notNull(MesPcnExtConstWords.QUIT_WORK_NUM, centerRecordModel.getQuitWorkNum())
|
|
|
|
|
.notNull(MesPcnExtConstWords.START_TIME, centerRecordModel.getStartTime())
|
|
|
|
|