Commit 614b742f by qwmqiuwenmin

fix

parent 1bf76dea
...@@ -161,6 +161,6 @@ public interface DepartmentApiService { ...@@ -161,6 +161,6 @@ public interface DepartmentApiService {
void initwxDepartmentMQ(String res); void initwxDepartmentMQ(String res);
boolean initLock(String wxEnterpriseId); boolean isInitLocked(String wxEnterpriseId);
} }
...@@ -514,7 +514,7 @@ public class DepartmentApiServiceImpl implements DepartmentApiService { ...@@ -514,7 +514,7 @@ public class DepartmentApiServiceImpl implements DepartmentApiService {
} }
@Override @Override
public boolean initLock(String wxEnterpriseId){ public boolean isInitLocked(String wxEnterpriseId){
return RedisUtil.isLocked("init_enterprise_" + wxEnterpriseId); return RedisUtil.isLocked("init_enterprise_" + wxEnterpriseId);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment