|
@@ -102,6 +102,9 @@ public class WmspIvboundMakeResultServiceImpl implements IWmspIvboundMakeResultS
|
|
|
result += wmspIvboundMakeResultMapper.insertSelective(wmspIvboundMakeResult);
|
|
|
// 设置倒库物资中间表
|
|
|
List<Map<String,Object>> mapList = (List<Map<String, Object>>) mapValue.get("mapList");
|
|
|
+ if(mapList==null){
|
|
|
+ return 0;
|
|
|
+ }
|
|
|
// 物资钢材id
|
|
|
for (Map<String,Object> map : mapList) {
|
|
|
BigDecimal materialSteelId = new BigDecimal((Integer)map.get("materialId"));
|