parent
4b606ff361
commit
db12aa6544
|
@ -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){
|
||||
|
|
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue