Commit a1b8c03f by 墨竹

feat:删除无效代码

parent a0b61a94
...@@ -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