update QMS接口优化事件时间

This commit is contained in:
18110972313 2025-04-30 10:18:21 +08:00
parent 379777ead2
commit 1d44722505

View File

@ -414,6 +414,8 @@ public class QMSController {
if(mpList.size()>0)
{
setEventInfo2.setUserColumns(bindMap);
makeEventInfo.setEventTimeKey(TimeStampUtil.getCurrentEventTimeKey());
makeEventInfo.setEventTime(TimeStampUtil.getCurrentTimestamp());
MaterialPackingServiceProxy.getMaterialPackingService().setEvent(mpList, eventInfo, setEventInfo2);
}
}
@ -509,6 +511,8 @@ public class QMSController {
if(mpList.size()>0)
{
setEventInfo2.setUserColumns(bindMap);
makeEventInfo.setEventTimeKey(TimeStampUtil.getCurrentEventTimeKey());
makeEventInfo.setEventTime(TimeStampUtil.getCurrentTimestamp());
MaterialPackingServiceProxy.getMaterialPackingService().setEvent(mpList, eventInfo, setEventInfo2);
}
} else {