提交 6a59a2f1 authored 作者: inroi's avatar inroi

微调

上级 13b809e1
package org.jeecg.modules.iost.ims.service.impl;
import com.google.api.client.util.ArrayMap;
import org.jeecg.common.system.vo.LoginUser;
import org.jeecg.common.util.ThreadLocalConfig;
import org.jeecg.modules.iost.ims.ExternalInterface.IMSApi;
......@@ -48,7 +47,7 @@ public class ImsPickingListServiceImpl implements IImsPickingListService {
return false;
}
Map<String, Object> imsMap = new ArrayMap<>();
Map<String, Object> imsMap = new HashMap<>(11);
imsMap.put("po_code", map.get("poCode"));
imsMap.put("mtrl_code", map.get("mtrlCode"));
imsMap.put("deliverable_qty", map.get("deliverableQty"));
......@@ -59,6 +58,7 @@ public class ImsPickingListServiceImpl implements IImsPickingListService {
imsMap.put("demand_date", map.get("demandDate"));
imsMap.put("sdl_no", map.get("sdlNo"));
imsMap.put("sdl_mtrl", map.get("sdlMtrl"));
imsList.add(imsMap);
}
//将数据包装成IMS格式
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论