| | |
| | | String name = "防疫登记信息导出.xlsx"; |
| | | String ftpUrl = "/mnt/data/web/excel/"; |
| | | // 用户搜索了就下载搜索的用户否则下载所有用户 |
| | | if(StringUtils.isEmpty(comActAcidRecordDTO.getLocalCity())){ |
| | | comActAcidRecordDTO.setLocalCity(this.getLoginUserInfo().getName()); |
| | | } |
| | | R r = communityService.exportComActAcidRecord(comActAcidRecordDTO); |
| | | if (R.isOk(r)) { |
| | | try { |
| | |
| | | <if test="commonPage.departureCity !=null and commonPage.departureCity !=''"> |
| | | and departure_city like concat('%',#{commonPage.departureCity},'%') |
| | | </if> |
| | | <if test="commonPage.localCity !=null and commonPage.localCity !=''"> |
| | | <if test="commonPage.localCity !=null and commonPage.localCity !='' and commonPage.localCity !='panzhihua'"> |
| | | and local_city like concat('%',#{commonPage.localCity},'%') |
| | | </if> |
| | | <if test="commonPage.colorMark !=null and commonPage.colorMark !=''"> |