Compare commits
No commits in common. "7ccc883a7cc57ad59474cee38becaddad6454985" and "1b96b6f4aac18f491eb0c1431556f4298298f98e" have entirely different histories.
7ccc883a7c
...
1b96b6f4aa
@ -372,7 +372,7 @@ public class MESToWMSServiceImpl implements MESToWMSService {
|
||||
String operationType = ""; // 用于记录是否是自动入库 手动入库0,自动入库1
|
||||
String fgStockIn = "";
|
||||
if (in != null && in.size() > 0) {
|
||||
String payMentDate = in.getJSONObject(0).get("payMentDate") == null ? "" : in.getJSONObject(0).get("payMentDate").toString(); //日期
|
||||
String payMentDate = in.getJSONObject(0).get("payMentDate").toString(); //日期
|
||||
for (int i = 0; i < in.size(); i++) {
|
||||
JSONObject jb = in.getJSONObject(i);
|
||||
String charge = jb.get("charge").toString(); // 批号
|
||||
|
Loading…
x
Reference in New Issue
Block a user