lyhzzz 1 settimana fa
parent
commit
88f4cc041e

+ 1 - 1
src/main/java/com/fdkankan/ucenter/service/impl/AppSceneService.java

@@ -106,7 +106,7 @@ public class AppSceneService extends BaseController {
             if(user == null){
                 throw new BusinessException(LoginConstant.FAILURE_CODE_3015, LoginConstant.FAILURE_MSG_3015);
             }
-            cooperationNumList = sceneCooperationService.getNumByUserIds(Arrays.asList(user.getId()),param.getIsLaser()?"laser":"mesh");
+            cooperationNumList = sceneCooperationService.getNumByUserIds(Arrays.asList(user.getId()),"mesh");
             if(cooperationNumList.size() >0){
                 param.setCooperationNumList(cooperationNumList );
             }