|
|
@ -756,6 +756,7 @@ public class OdsProcureOrderServiceImpl implements IOdsProcureOrderService {
|
|
|
|
paramMap.put("MATNR",order.getMaterialCode());
|
|
|
|
paramMap.put("MATNR",order.getMaterialCode());
|
|
|
|
paramMap.put("WERKS",order.getSiteCode());
|
|
|
|
paramMap.put("WERKS",order.getSiteCode());
|
|
|
|
paramMap.put("QUANTITY",amount.toString());
|
|
|
|
paramMap.put("QUANTITY",amount.toString());
|
|
|
|
|
|
|
|
mapList.add(paramMap);
|
|
|
|
R result2 = remoteSapService.temporarilyCollected(mapList);
|
|
|
|
R result2 = remoteSapService.temporarilyCollected(mapList);
|
|
|
|
int code = result2.getCode();
|
|
|
|
int code = result2.getCode();
|
|
|
|
if (code == 200){//成功
|
|
|
|
if (code == 200){//成功
|
|
|
|