lyhzzz 2 سال پیش
والد
کامیت
c115d28f6d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/fdkankan/ucenter/controller/SceneApplyController.java

+ 1 - 1
src/main/java/com/fdkankan/ucenter/controller/SceneApplyController.java

@@ -36,7 +36,7 @@ public class SceneApplyController {
     public ResultData save(@RequestBody SceneApply sceneApplyEntity){
         if(StringUtils.isEmpty(sceneApplyEntity.getName()) || StringUtils.isEmpty(sceneApplyEntity.getPhone())
          || StringUtils.isEmpty(sceneApplyEntity.getCompany()) || StringUtils.isEmpty(sceneApplyEntity.getJob())
-        || StringUtils.isEmpty(sceneApplyEntity.getCountry()) || StringUtils.isEmpty(sceneApplyEntity.getRemark())){
+        || StringUtils.isEmpty(sceneApplyEntity.getCountry())){
             throw new BusinessException(ErrorCode.MISSING_REQUIRED_PARAMETERS);
         }
         sceneApplyService.save(sceneApplyEntity);