fix: 字符拼接
This commit is contained in:
@@ -231,7 +231,7 @@ public class BstIvtStockingivtServiceImpl extends ServiceImpl<BstIvtStockingivtM
|
|||||||
JSONObject jo = new JSONObject();
|
JSONObject jo = new JSONObject();
|
||||||
SlitterTaskUtil.doSavePaperInfos(list, jo);
|
SlitterTaskUtil.doSavePaperInfos(list, jo);
|
||||||
jo.put("product_area", bstIvtStockingivt.getProduct_area());
|
jo.put("product_area", bstIvtStockingivt.getProduct_area());
|
||||||
jo.put("deivce_code", bstIvtStockingivt.getPoint_code());
|
jo.put("device_code", bstIvtStockingivt.getPoint_code());
|
||||||
wmsToAcsService.getTubeMsg(jo);
|
wmsToAcsService.getTubeMsg(jo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user