DouDou 6 months ago
parent
commit
82c5905d22
  1. 2
      src/main/java/com/spring/ifs/bean/BomServiceBean.java

2
src/main/java/com/spring/ifs/bean/BomServiceBean.java

@ -463,6 +463,7 @@ public class BomServiceBean {
/*if(resultList.size() == 0 || resultList.isEmpty()) { /*if(resultList.size() == 0 || resultList.isEmpty()) {
throw new APException("不存在此bom组件信息!"); throw new APException("不存在此bom组件信息!");
} 暂时注释掉*/ } 暂时注释掉*/
logger.info("Bom替代明细返回结果:"+JSON.toJSONString(resultList));
returnMap.put("resultCode", "200"); returnMap.put("resultCode", "200");
returnMap.put("obj", JSON.toJSONString(resultList)); returnMap.put("obj", JSON.toJSONString(resultList));
} catch(APException e){ } catch(APException e){
@ -670,6 +671,7 @@ public class BomServiceBean {
/* if(resultList.size() == 0 || resultList.isEmpty()) { /* if(resultList.size() == 0 || resultList.isEmpty()) {
throw new APException("不存在此bom组件分配信息!"); throw new APException("不存在此bom组件分配信息!");
} 暂时注释掉*/ } 暂时注释掉*/
logger.info("Bom替代分配返回结果:"+JSON.toJSONString(resultList));
returnMap.put("resultCode", "200"); returnMap.put("resultCode", "200");
returnMap.put("obj", JSON.toJSONString(resultList)); returnMap.put("obj", JSON.toJSONString(resultList));
} catch(APException e){ } catch(APException e){

Loading…
Cancel
Save