代码更新
This commit is contained in:
@@ -128,6 +128,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
result.put("RTDAT", null);
|
||||
System.out.println(result);
|
||||
}
|
||||
log.info("momRollFoilStart接口输出参数为:-------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -176,6 +177,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
result.put("RTDAT", null);
|
||||
System.out.println(result);
|
||||
}
|
||||
log.info("momRollFoilStart接口输出参数为:-------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -446,6 +448,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
result.put("RTDAT", null);
|
||||
System.out.println(result);
|
||||
}
|
||||
log.info("cutPlanTransfer接口输出参数为:-------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -632,7 +635,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
result.put("RTDAT", null);
|
||||
System.out.println(result);
|
||||
}
|
||||
|
||||
log.info("callNextAssAndMomRoll接口输出参数为:-------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -721,6 +724,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
result.put("RTDAT", null);
|
||||
System.out.println(result);
|
||||
}
|
||||
log.info("childRollCutStartComp接口输出参数为:-------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -849,6 +853,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
result.put("RTDAT", null);
|
||||
System.out.println(result);
|
||||
}
|
||||
log.info("childRollPackComplete接口输出参数为:-------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -963,6 +968,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
System.out.println(result);
|
||||
}
|
||||
// }
|
||||
log.info("inventoryTransferInfoSync接口输出参数为:-------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1024,6 +1030,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
result.put("RTDAT", null);
|
||||
System.out.println(result);
|
||||
}
|
||||
log.info("childRollInfoUpdate接口输出参数为:-------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,6 +91,7 @@ public class SapToLmsServiceImpl implements SapToLmsService {
|
||||
}
|
||||
result.put("TYPE", "S");
|
||||
result.put("MESSAGE", "物料同步成功!");
|
||||
log.info("getMaterialInfo的输出参数为:------------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -286,6 +287,7 @@ public class SapToLmsServiceImpl implements SapToLmsService {
|
||||
result.put("RTMSG", "操作成功!");
|
||||
result.put("RTOAL", 1);
|
||||
result.put("RTDAT", null);
|
||||
log.info("getDeliveryInfo的输出参数为:------------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -337,6 +339,7 @@ public class SapToLmsServiceImpl implements SapToLmsService {
|
||||
result.put("RTMSG", "操作成功!");
|
||||
result.put("RTOAL", 1);
|
||||
result.put("RTDAT", null);
|
||||
log.info("getReturnDeliveryInfo的输出参数为:------------------------" + result.toString());
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user