| | |
| | | String processName = flowCardMapper.getProcessName(processSub); |
| | | if (processName.equals("stepC") || processName.equals("stepD")) {//工艺是否包含夹胶中空 |
| | | itemmap.put("detail", flowCardMapper.getPrimaryListLimt(flowCard.getProcessId(), |
| | | String.valueOf(compound != null |
| | | ? compound //同架层 |
| | | : flowCard.getTechnologyNumber()),//正常层 |
| | | String.valueOf("null".equals(compound) |
| | | ? flowCard.getTechnologyNumber()//正常层 |
| | | : compound ),//同架层 |
| | | flowCard.getGlassChild(), flowCard.getProcess(), flowCard.getOrderId())); |
| | | |
| | | if (compound == null |
| | |
| | | itemmap.put("detailList", detailList); |
| | | } else { |
| | | itemmap.put("detail", flowCardMapper.getPrimaryListLimt(flowCard.getProcessId(), |
| | | String.valueOf(flashback != null |
| | | ? compound //同架层 |
| | | : flowCard.getTechnologyNumber()),//正常层 |
| | | String.valueOf("null".equals(compound) |
| | | ? flowCard.getTechnologyNumber()//正常层 |
| | | : compound ),//同架层 |
| | | flowCard.getGlassChild(), flowCard.getProcess(), flowCard.getOrderId())); |
| | | if (compound == null |
| | | || "null".equals(compound) |