廖井涛
2024-07-17 05d6de25d55bdf1e2f3cde9d310c2cd14d59837a
north-glass-erp/src/main/java/com/example/erp/mapper/pp/FlowCardMapper.java
@@ -70,7 +70,7 @@
    List<Map<String, String>> selectPrintFlowCard(Date selectTime1, Date selectTime2);
    List<Map<String, String>> selectPrintMp(String orderId, FlowCard flowCard);
    List<Map<String, String>> selectPrintMp(String orderId);
    List<Map<String, String>> getPrimaryList(String processId, String technologyNumber);
@@ -115,4 +115,8 @@
    List<Map<String, String>> getPrimaryListMerge(String processId, String technologyNumber);
    List<Map<String, String>> selectorderOtherMoney();
    List<Map<String, String>> selectReworkPrintMp(Date selectTime1, Date selectTime2, FlowCard flowCard);
    List<Map<String, Object>> getDetailListLike(String processId, String technologyNumber);
}