update QMS接口优化事件时间
This commit is contained in:
parent
379777ead2
commit
1d44722505
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user