|
|
@@ -620,7 +620,7 @@ public class LsAdminServiceImpl extends BaseServiceImpl<LsAdminMapper, LsAdmin> |
|
|
|
if (inspectFileDTO.getCityId() == null || inspectFileDTO.getCityId().compareTo(BigInteger.ZERO) <= 0) { |
|
|
|
return response.failure("区划id不合法"); |
|
|
|
} |
|
|
|
if (inspectFileDTO.getCategory() == null || inspectFileDTO.getCategory() <= 0) { |
|
|
|
if (inspectFileDTO.getCategory() == null || inspectFileDTO.getCategory() < 0) { |
|
|
|
return response.failure("问题类型不正确"); |
|
|
|
} |
|
|
|
List<LsInspectFileVo> fileVoList = inspectFileMapper.getInspectFileList(inspectFileDTO); |