|
|
|
@ -373,13 +373,13 @@ public class AbnormalBillController {
|
|
|
|
|
AbnormalRouterDto abnormalRouterDto = new AbnormalRouterDto();
|
|
|
|
|
abnormalRouterDto.setSite(site);
|
|
|
|
|
abnormalRouterDto.setItem(routerBpmVO.getItem());
|
|
|
|
|
List<AbnormalRouterDto> abnormalRouterDtoList = routerService.selectDisrouter(abnormalRouterDto);
|
|
|
|
|
List<AbnormalRouterDto> abnormalRouterDtoList = routerService.selectAllDisRouter(abnormalRouterDto);
|
|
|
|
|
ArrayList<RouterBpmVO> routerBpmVOs = new ArrayList<>();
|
|
|
|
|
for (AbnormalRouterDto routerDto : abnormalRouterDtoList) {
|
|
|
|
|
RouterBpmVO bpmVO = new RouterBpmVO();
|
|
|
|
|
bpmVO.setAbnormalNo(routerDto.getAbnormalNo());
|
|
|
|
|
bpmVO.setRouter(routerDto.getRouter());
|
|
|
|
|
bpmVO.setRouterType(routerDto.getRouterType());
|
|
|
|
|
bpmVO.setRouterType("C");
|
|
|
|
|
bpmVO.setItemDescription(routerDto.getItemDescription());
|
|
|
|
|
bpmVO.setItemRevision(routerDto.getRouterRevision());
|
|
|
|
|
bpmVO.setPbDescription(routerDto.getPbDescription());
|
|
|
|
@ -387,7 +387,7 @@ public class AbnormalBillController {
|
|
|
|
|
bpmVO.setPbDescription(routerDto.getPbDescription());
|
|
|
|
|
bpmVO.setItem(routerDto.getItem());
|
|
|
|
|
bpmVO.setShopOrder(routerBpmVO.getShopOrder());
|
|
|
|
|
bpmVO.setSite(routerDto.getSite());
|
|
|
|
|
bpmVO.setSite(site);
|
|
|
|
|
bpmVO.setRouterBo(routerDto.getRouterBo());
|
|
|
|
|
RouterStep routerStep = new RouterStep();
|
|
|
|
|
routerStep.setRouterBo(routerDto.getRouterBo());
|
|
|
|
|