| | |
| | | |
| | | void insertByReportingWorkDetail(ReportingWorkDetail reportingWorkDetail, String processId, String thisProcess); |
| | | |
| | | List<Map<String,String>> filterOrderProcessCollect(Date selectTime1, Date selectTime2); |
| | | List<Map<String,String>> filterOrderProcessCollect(Date selectTime1, Date selectTime2, String orderId); |
| | | |
| | | List<Map<String, Integer>> getGlassLRowCollect(Date selectTime1, Date selectTime2); |
| | | List<Map<String, Integer>> getGlassLRowCollect(Date selectTime1, Date selectTime2, String orderId); |
| | | |
| | | String selectNextProcess(String processId, String technologyNumber, String thisProcess); |
| | | String selectNextProcess(String processId, String technologyNumber, String thisProcess, String orderNumber); |
| | | |
| | | List<Map<String, String>> selectShiftQuantitySv(String creatorId, String startDatetime, String endDatetime, String step); |
| | | } |