廖井涛
2024-03-11 15f335a0553bbc56c23a1eea9548e53b8fdbcb87
north-glass-erp/src/main/java/com/example/erp/mapper/pp/FlowCardMapper.java
@@ -31,7 +31,7 @@
    List<Map<String, String>> selectNoCardMp(String orderId, String productionId, FlowCard flowCard);
    //修改排版状态
    Boolean updateLayoutStatusMp(String processId);
    Boolean updateLayoutStatusMp(String processId,Integer state);
    Integer selectLayoutStatus(String processId);
@@ -59,4 +59,5 @@
    Integer selectLayer(String productionId, Integer orderNumber);
    Integer selectFlowCardCount(String orderId);
}