north-glass-erp/src/main/java/com/example/erp/mapper/pp/FlowCardMapper.java
@@ -40,6 +40,8 @@ //查询报工表内是否存在对应流程卡的数据 Integer reportingWorkCount(String processId); Integer reportingWorkCountByOrderId(String orderId); //插入Flow_card表 Boolean addFlowCardMp(String processId, Integer orderNumber, Integer landingSequence, Integer quantity, String productionId, String userName, Integer layer); @@ -216,4 +218,6 @@ Integer updateProjectProcessPrintCount(String projectNo); Integer selectProjectProcessPrintCount(String projectNo); int flowCardToOptimizeCount(String orderId); }