|
@@ -361,8 +361,8 @@ public class AppraiseRelaLogic {
|
|
|
if (StringUtils.isBlank(bean.getCategoryId())) {
|
|
|
throw new RemoteServiceException("请选择问题小类");
|
|
|
}
|
|
|
- if (StringUtils.isBlank(bean.getExamineResult())) {
|
|
|
- throw new RemoteServiceException("审核备注");
|
|
|
+ if (StringUtils.isBlank(bean.getExamineRemark())) {
|
|
|
+ throw new RemoteServiceException("请填写审核备注");
|
|
|
}
|
|
|
if (Objects.isNull(bean.getIsWebsitCall())) {
|
|
|
throw new RemoteServiceException("请选择网点是否指引用户接听400回访电话");
|