|
|
@@ -838,8 +838,8 @@ public class ERPServiceImpl implements ERPService {
|
|
|
if("JOB".equals(emCode)){
|
|
|
//记录日志
|
|
|
baseDao.execute("Insert into " + master + ".MESSAGELOG (ML_ID,ML_DATE,ML_MAN,ML_CONTENT,ML_RESULT,ML_SEARCH,CODE) " +
|
|
|
- "values (" + master + ".MESSAGELOG_seq.nextval,sysdate,'定时任务','同步库存至WMS(自动)','同步"
|
|
|
- +("true".equals(resMap.get("success")) ? "成功:":"失败")+": "+resMap.get("message")
|
|
|
+ "values (" + master + ".MESSAGELOG_seq.nextval,sysdate,'定时任务','同步库存至WMS(自动)','"
|
|
|
+ +resMap.get("message")
|
|
|
+"','InventoryToWms|emCode=" + emCode + "','" + emCode + "')");
|
|
|
}
|
|
|
logger.info("sendStockData-End-success master {} emCode {} dataNo {}",master,emCode,dataNo);
|