|
|
|
|
|
|
|
|
map.put("idList", idList); |
|
|
map.put("idList", idList); |
|
|
Integer rowCount = inspectionFileMapper.updateByIdList(map); |
|
|
Integer rowCount = inspectionFileMapper.updateByIdList(map); |
|
|
if (rowCount <= 0) { |
|
|
if (rowCount <= 0) { |
|
|
log.info("修改任务问题状态, 忽略失败"); |
|
|
|
|
|
|
|
|
log.info("删除问题失败"); |
|
|
return JsonResult.error(InspectionFileIgnoreCodeEnum.IGNORE_IS_FAILED.getCode(), InspectionFileIgnoreCodeEnum.IGNORE_IS_FAILED.getMsg()); |
|
|
return JsonResult.error(InspectionFileIgnoreCodeEnum.IGNORE_IS_FAILED.getCode(), InspectionFileIgnoreCodeEnum.IGNORE_IS_FAILED.getMsg()); |
|
|
} |
|
|
} |
|
|
return JsonResult.success(); |
|
|
return JsonResult.success(); |