| | |
| | | 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); |
| | | |
| | |
| | | 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); |
| | | } |