fix: 字符拼接

This commit is contained in:
2024-06-30 17:56:23 +08:00
parent 7caf3d0f97
commit 1206370204

View File

@@ -231,7 +231,7 @@ public class BstIvtStockingivtServiceImpl extends ServiceImpl<BstIvtStockingivtM
JSONObject jo = new JSONObject();
SlitterTaskUtil.doSavePaperInfos(list, jo);
jo.put("product_area", bstIvtStockingivt.getProduct_area());
jo.put("deivce_code", bstIvtStockingivt.getPoint_code());
jo.put("device_code", bstIvtStockingivt.getPoint_code());
wmsToAcsService.getTubeMsg(jo);
}