| | |
| | | if ("null".equals(optionVal)) { |
| | | optionVal = (""); |
| | | } |
| | | if (selectProcesses.equals("全部")){ |
| | | if (selectProcesses.equals("all")){ |
| | | selectProcesses=""; |
| | | } |
| | | String laminating = reportMapper.getLaminating(selectProcesses); |
| | |
| | | |
| | | public List exportWorkInProgressSv(Map<String, Object> dates) { |
| | | String process= (String) dates.get("processes"); |
| | | if (process.equals("全部")){ |
| | | if (process.equals("all")){ |
| | | process=""; |
| | | } |
| | | String inputVal= (String) dates.get("inputVal"); |
| | |
| | | } |
| | | |
| | | public Map<String, Object> teamOutputSv(Integer pageNum, Integer pageSize, String selectTime1, String selectTime2, String selectProcesses, TeamOutputDTO teamOutputDTO) { |
| | | if (selectProcesses.equals("全部")){ |
| | | if (selectProcesses.equals("all")){ |
| | | selectProcesses=""; |
| | | } |
| | | Integer offset = (pageNum - 1) * pageSize; |
| | |
| | | public List exportTeamOutputSv(Map<String, Object> dates) { |
| | | List<LocalDate> date= (List<LocalDate>) dates.get("date"); |
| | | String process= (String) dates.get("processes"); |
| | | if (process.equals("全部")){ |
| | | if (process.equals("all")){ |
| | | process=""; |
| | | } |
| | | String laminating = reportMapper.getLaminating(process); |
| | |
| | | if ("null".equals(optionVal)) { |
| | | optionVal = ""; |
| | | } |
| | | if ("全部".equals(selectProcesses)) { |
| | | if ("all".equals(selectProcesses)) { |
| | | selectProcesses = ""; |
| | | } |
| | | |
| | |
| | | |
| | | public List exportWorkInProgressCombinationSv(Map<String, Object> dates) { |
| | | String process= (String) dates.get("processes"); |
| | | if (process.equals("全部")){ |
| | | if (process.equals("all")){ |
| | | process=""; |
| | | } |
| | | String inputVal= (String) dates.get("inputVal"); |