|
|
@@ -452,7 +452,7 @@ public class MakeServiceImpl extends CommonBaseServiceImpl<MakeMapper, Make> imp
|
|
|
map.put("result", null);
|
|
|
prodInOutMapper.post(map);
|
|
|
if (!StringUtils.isEmpty(map.get("result"))){
|
|
|
-// throw new BizException(76201, map.get("result").toString());
|
|
|
+ throw new BizException(76201, map.get("result").toString());
|
|
|
}
|
|
|
/** 2.完工入库单 **/
|
|
|
//a.主表
|
|
|
@@ -507,7 +507,7 @@ public class MakeServiceImpl extends CommonBaseServiceImpl<MakeMapper, Make> imp
|
|
|
map.put("result", null);
|
|
|
prodInOutMapper.post(map);
|
|
|
if (!StringUtils.isEmpty(map.get("result"))){
|
|
|
-// throw new BizException(76202, map.get("result").toString());
|
|
|
+ throw new BizException(76202, map.get("result").toString());
|
|
|
}
|
|
|
}
|
|
|
}
|