Commit 5603028b by 墨竹

Merge branch 'feature-0323' into developer

# Conflicts:
#	haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/StaffApiServiceImpl.java
parents 0fa38081 a1b8c03f
...@@ -164,10 +164,4 @@ public class QywxStaffSyncOperation implements BaseSyncOperation { ...@@ -164,10 +164,4 @@ public class QywxStaffSyncOperation implements BaseSyncOperation {
RedisUtil.unlock(key); RedisUtil.unlock(key);
} }
private Page<StaffDTO> pageStaffListByWxEnterpriseId(String wxEnterpriseId, Integer pageNum, Integer pageSize) {
return staffApiService.listUserIdByWxEnterpriseId(wxEnterpriseId, pageNum, pageSize);
}
} }
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