保存日志时增加推送日期字段

2024年8月23日23:16:21
This commit is contained in:
xiang2lin 2024-08-23 23:16:26 +08:00
parent 4b606ff361
commit db12aa6544
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ public class DeliveryOrderPluginServiceImpl extends KjsPluginBaseService impleme
taskLivingDetail.setPluginId("kjsDeliveryOrderPlugin");
taskLivingDetail.setRootAppNewData(reqParams);
taskLivingDetail.setNewTransmitInfo(body);
taskLivingDetail.setNewPushDate(new Date());
this.saveLog(id,flag,taskLivingDetail);
}
}catch(Exception e){

View File

@ -106,6 +106,7 @@ public class MomOrderPluginServiceImpl extends KjsPluginBaseService implements I
taskLivingDetail.setPluginId("kjsMomOrderPlugin");
taskLivingDetail.setRootAppNewData(reqParam);
taskLivingDetail.setNewTransmitInfo(body);
taskLivingDetail.setNewPushDate(new Date());
this.saveLog(id,flag,taskLivingDetail);
}
}catch (Exception e){