| | |
| | | tableMap.put("basName", BasCodeEnum.find(tbAttResBase.getBasCode()).getLabel()); |
| | | tableMap.put("locRvName", tbAttResBase.getLocRvName()); |
| | | |
| | | String st = tbAttResBase.getStartTime() != null ? new SimpleDateFormat("M月dd日").format(tbAttResBase.getStartTime()) : ""; |
| | | String wst = tbAttResBase.getWaterStorageTm() != null ? new SimpleDateFormat("M月dd日").format(tbAttResBase.getWaterStorageTm()) : ""; |
| | | String st = tbAttResBase.getStartTime() != null ? new SimpleDateFormat("YYYY年M月dd日").format(tbAttResBase.getStartTime()) : ""; |
| | | String wst = tbAttResBase.getWaterStorageTm() != null ? new SimpleDateFormat("YYYY年M月dd日").format(tbAttResBase.getWaterStorageTm()) : ""; |
| | | tableMap.put("startTime", st); |
| | | tableMap.put("waterStorageTm", wst); |
| | | |
| | | |
| | | tableMap.put("reinforceTm", tbAttResSafetyMonitor.getReinforceTm()); |
| | | tableMap.put("completionTime", tbAttResSafetyMonitor.getCompletionTime()); |
| | | tableMap.put("reinforceTm", tbAttResSafetyMonitor.getReinforceTm() != null? new SimpleDateFormat("YYYY年M月dd日").format(tbAttResSafetyMonitor.getReinforceTm()) : ""); |
| | | tableMap.put("completionTime", tbAttResSafetyMonitor.getCompletionTime() != null? new SimpleDateFormat("YYYY年M月dd日").format(tbAttResSafetyMonitor.getCompletionTime()) : ""); |
| | | |
| | | String resFunc = tbAttResBase.getResFunc(); |
| | | if (StringUtil.isNotBlank(resFunc)) { |