瀏覽代碼

四维看看相机类型cameraType

lyhzzz 2 年之前
父節點
當前提交
f7128bf50b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/java/com/fdkankan/ucenter/service/impl/AppCameraService.java

+ 3 - 0
src/main/java/com/fdkankan/ucenter/service/impl/AppCameraService.java

@@ -46,6 +46,9 @@ public class AppCameraService {
         if(StringUtils.isEmpty(userName) || cameraType == null){
             throw new BusinessException(LoginConstant.FAILURE_CODE_3001, LoginConstant.FAILURE_MSG_3001);
         }
+        if(cameraType == 4){
+            cameraType = 1;
+        }
         User user = userService.getByUserName(userName);
         if(user == null){
             throw new BusinessException(LoginConstant.FAILURE_CODE_3015, LoginConstant.FAILURE_MSG_3015);