Explorar o código

火调调用绑定相机不校验公司

lyhzzz %!s(int64=2) %!d(string=hai) anos
pai
achega
c23f3cff5b

+ 3 - 3
src/main/java/com/fdkankan/ucenter/controller/fire/FdUserCameraController.java

@@ -62,9 +62,9 @@ public class FdUserCameraController extends BaseController {
         if(ObjectUtils.isEmpty(cameraDetailEntity)){
             throw new BusinessException(CameraConstant.FAILURE_CODE_6020,CameraConstant.FAILURE_MSG_6020);
         }
-        if (ObjectUtils.isEmpty(cameraDetailEntity.getCompanyId())) {
-            throw new BusinessException(CameraConstant.FAILURE_CODE_6005, CameraConstant.FAILURE_MSG_6005);
-        }
+//        if (ObjectUtils.isEmpty(cameraDetailEntity.getCompanyId())) {
+//            throw new BusinessException(CameraConstant.FAILURE_CODE_6005, CameraConstant.FAILURE_MSG_6005);
+//        }
 
         if(cameraDetailEntity.getUserId() != null){
             throw new BusinessException(AppConstant.FAILURE_CODE_4011, AppConstant.FAILURE_MSG_4011);