|
|
@ -1069,7 +1069,9 @@ public class IcUserDemandRecServiceImpl extends BaseServiceImpl<IcUserDemandRecD |
|
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "服务未完成,不可评价", "服务未完成,不可评价"); |
|
|
|
} |
|
|
|
//用户输入的完成情况,走内容审核
|
|
|
|
textScan(formDTO.getFinishDesc()); |
|
|
|
if(StringUtils.isNotBlank(formDTO.getFinishDesc())){ |
|
|
|
textScan(formDTO.getFinishDesc()); |
|
|
|
} |
|
|
|
//当前操作用户是工作端用户还是居民端用户
|
|
|
|
String userType = ""; |
|
|
|
if (AppClientConstant.APP_GOV.equals(formDTO.getApp())) { |
|
|
|