guoyujie
2025-10-23 cc8efc81d2d35bed40e47d0a5b0920a4b6f8095f
north-glass-erp/src/main/java/com/example/erp/mapper/sd/OrderProcessDetailMapper.java
@@ -21,6 +21,7 @@
    List<Map<String,String>> filterOrderProcess(String orderId);
    List<Map<String,Object>> getGlassLRow(String orderId);
    List<Map<String,Object>> getProcessGlassLRow(String orderId);
    List<Map<String, String>> filterLastProcess(String orderId, String orderNumber, String technologyNumber,String id);
@@ -33,4 +34,6 @@
    String selectNextProcess(String processId, String technologyNumber, String thisProcess, String orderNumber);
    List<Map<String, String>> selectShiftQuantitySv(String creatorId, String startDatetime, String endDatetime, String step);
    String getBehindProcess(String processId, String orderNumber, String technologyNumber, String thisProcess,String orderId);
}