|
@@ -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);
|
|
|
}
|