guoyujie
2025-04-14 ecfd47af61f29888d2b69fec73867bd475f376b6
north-glass-erp/src/main/java/com/example/erp/mapper/sd/OrderProcessDetailMapper.java
@@ -8,6 +8,7 @@
import org.apache.ibatis.annotations.Param;
import java.sql.Date;
import java.time.LocalDateTime;
import java.util.List;
import java.util.Map;
@@ -31,4 +32,6 @@
    List<Map<String, Integer>> getGlassLRowCollect(Date selectTime1, Date selectTime2);
    String selectNextProcess(String processId, String technologyNumber, String thisProcess);
    List<Map<String, String>> selectShiftQuantitySv(String creatorId, String startDate,String endDate);
}