Browse Source

四维看看相机类型cameraType

lyhzzz 2 năm trước cách đây
mục cha
commit
f7128bf50b

+ 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);