Ver código fonte

feature 注解代码

xiahan 2 meses atrás
pai
commit
9ba4aac92d

+ 1 - 1
zhsw-common/src/main/java/com/rongwei/zhsw/system/wechat/impl/OwnerServiceImpl.java

@@ -44,7 +44,7 @@ public class OwnerServiceImpl implements OwnerService {
         refreshByTenant(tenantDsKeys);
         return R.ok();
     }
-    @PostConstruct
+    // @PostConstruct
     public R refreshAllOwner() {
         log.error("刷新所有租户信息");
         List<TenantDo> tenantDos = commonBusinessDao.getById("");