|
@ -149,7 +149,7 @@ public class IcComplaintsServiceImpl extends BaseServiceImpl<IcComplaintsDao, Ic |
|
|
throw new EpmetException(EpmetErrorCode.NOT_REGEIST_RESI.getCode()); |
|
|
throw new EpmetException(EpmetErrorCode.NOT_REGEIST_RESI.getCode()); |
|
|
} |
|
|
} |
|
|
//审查用户提交内容
|
|
|
//审查用户提交内容
|
|
|
scanContent(dto.getContent()); |
|
|
// scanContent(dto.getContent());
|
|
|
IcComplaintsEntity entity = ConvertUtils.sourceToTarget(dto, IcComplaintsEntity.class); |
|
|
IcComplaintsEntity entity = ConvertUtils.sourceToTarget(dto, IcComplaintsEntity.class); |
|
|
if (StringUtils.isNotEmpty(dto.getResiUserId())) { |
|
|
if (StringUtils.isNotEmpty(dto.getResiUserId())) { |
|
|
CommonUserIdFormDTO param = new CommonUserIdFormDTO(); |
|
|
CommonUserIdFormDTO param = new CommonUserIdFormDTO(); |
|
|