| | |
| | | //未排产查询 |
| | | public Map<String, Object> selectSchedulingSv(String selectTime1, String selectTime2, String orderId,String processes, Integer state, ProductionScheduling productionScheduling ) { |
| | | Map<String, Object> map = new HashMap<>(); |
| | | if(orderId.equals("null")){ |
| | | if("null".equals(orderId)){ |
| | | orderId=""; |
| | | } |
| | | if (processes.equals("null")){ |
| | | if ("null".equals(processes)){ |
| | | |
| | | processes=""; |
| | | } |
| | |
| | | //首次查询排产数据 |
| | | public Map<String, Object> selectLastScheduling(String selectTime1, String selectTime2,String processes,String orderId,ProductionScheduling productionScheduling ) { |
| | | Map<String, Object> map = new HashMap<>(); |
| | | if(orderId.equals("null")){ |
| | | if("null".equals(orderId)){ |
| | | orderId=""; |
| | | } |
| | | if (processes.equals("null")){ |
| | | if ("null".equals(processes)){ |
| | | |
| | | processes=""; |
| | | } |