Merge branch 'main' of http://162.14.99.253:3000/10539622/2025-03-JS-SDK-svr
This commit is contained in:
commit
f3b5f88608
@ -88,7 +88,7 @@ public class MESToWMSServiceImpl implements MESToWMSService {
|
||||
String qty = jb.get("qty").toString(); // 消耗数量
|
||||
String wo = jb.get("requestName") == null ? "" : jb.get("requestName").toString(); // 工单
|
||||
String flag = jb.get("flag") == null ? "" : jb.get("flag").toString();
|
||||
String charge = jb.get("CHARGE") == null ? "" : jb.get("CHARGE").toString();
|
||||
String charge = jb.get("charge") == null ? "" : jb.get("charge").toString();
|
||||
String erpLocation = jb.get("erpLocation") == null ? "" : jb.get("erpLocation").toString();//工厂
|
||||
payMentDate = jb.get("payMentDate") == null ? "" : jb.get("payMentDate").toString();
|
||||
//判空
|
||||
|
Loading…
x
Reference in New Issue
Block a user