廖井涛
2025-02-14 e0b33e130fbb5b7d9ada54f675011b688f0b147a
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);
}