|
|
|
@ -131,7 +131,7 @@ public class SxWorkCellTaktCollectPlcCfgService implements ISxWorkCellTaktCollec
|
|
|
|
|
|
|
|
|
|
int num = workCellTaktCollectPlcCfgRepository.updateByHqlWhere(
|
|
|
|
|
wheres.toString(),
|
|
|
|
|
new String[]{MesExtConstWords.SYSTEM_SYNC_STATUS, MesExtConstWords.IS_VALID, MesExtConstWords.MODIFY_USER, MesExtConstWords.MODIFY_DATE_TIME},
|
|
|
|
|
new String[]{MesExtConstWords.SYSTEM_SYNC_STATUS, MesExtConstWords.STATUS, MesExtConstWords.MODIFY_USER, MesExtConstWords.MODIFY_DATE_TIME},
|
|
|
|
|
new Object[]{MesExtEnumUtil.IF_SYNC_STATUS.NO_SYNC.getValue(), status, userName, TimeTool.getNowTime(true)}
|
|
|
|
|
);
|
|
|
|
|
return num;
|
|
|
|
@ -144,7 +144,7 @@ public class SxWorkCellTaktCollectPlcCfgService implements ISxWorkCellTaktCollec
|
|
|
|
|
|
|
|
|
|
int num = workCellTaktCollectPlcCfgRepository.updateByHqlWhere(
|
|
|
|
|
wheres.toString(),
|
|
|
|
|
new String[]{MesExtConstWords.SYSTEM_SYNC_STATUS, MesExtConstWords.STATUS, MesExtConstWords.MODIFY_USER, MesExtConstWords.MODIFY_DATE_TIME},
|
|
|
|
|
new String[]{MesExtConstWords.SYSTEM_SYNC_STATUS, MesExtConstWords.IS_VALID, MesExtConstWords.MODIFY_USER, MesExtConstWords.MODIFY_DATE_TIME},
|
|
|
|
|
new Object[]{MesExtEnumUtil.IF_SYNC_STATUS.NO_SYNC.getValue(), status, userName, TimeTool.getNowTime(true)}
|
|
|
|
|
);
|
|
|
|
|
return num;
|
|
|
|
|