north-glass-erp/src/main/java/com/example/erp/service/pp/FlowCardService.java
@@ -325,6 +325,7 @@ itemmap.put("processList", processList); // itemmap.put("numberList", numberList); itemmap.put("count", flowCardMapper.countFlowCard(flowCard.getOrderId())); itemmap.put("remarkList", flowCardMapper.remakList(flowCard.getProcessId())); list.add(itemmap); }