north-glass-erp/src/main/java/com/example/erp/service/pp/FlowCardService.java
@@ -227,8 +227,9 @@ Map<String, Object> itemmap = new HashMap<>(); if ("1".equals(inquiryMode)){ itemmap.put("detail", flowCardMapper.selectPrintMp(flowCard.getOrderId())); } else { } else if ("3".equals(inquiryMode)) { itemmap.put("detail", flowCardMapper.selectPrintAllMp(flowCard.getOrderId())); } else { itemmap.put("detail", flowCardMapper.selectPrintNotMp(flowCard.getOrderId())); }