Jelajahi Sumber

商户认证

igl 3 bulan lalu
induk
melakukan
e475e63e94

+ 0 - 1
vehicle-server/src/main/java/com/chelvc/cloud/vehicle/server/service/impl/MerchantAuthServiceImpl.java

@@ -204,7 +204,6 @@ public class MerchantAuthServiceImpl extends ServiceImpl<MerchantAuthMapper, Mer
         DatabaseContextHolder.transactional((Executor) () -> {
             this.updateById(merchantAuth);
             if (StringUtils.notEmpty(state) && "1".equals(state)) {
-                //this.userClient.updateUserRole(merchantAuth.getApplicant());
                 //注册商家号
                 merchantRelationService.registerMerchantId(merchantAuth);
             }

+ 1 - 2
vehicle-server/src/main/resources/application.yml

@@ -16,7 +16,7 @@ spring:
   main:
     allow-bean-definition-overriding: true
   profiles:
-    active: dev
+    active: local
   application:
     name: vehicle
   jackson:
@@ -29,7 +29,6 @@ spring:
     nacos:
       discovery:
         namespace: ${spring.profiles.active}
-        group: igl
   datasource:
     driver-class-name: com.mysql.cj.jdbc.Driver
     hikari: