Commit 3ebfa6f4 by qwmqiuwenmin

fix

parent 9e85d9e4
......@@ -753,4 +753,12 @@ public class DepartmentContoller extends WebBaseController{
}
@RequestMapping("department-cache")
public HaobanResponse departmentCache(String wxEnterpriseId) {
RedisUtil.delCache("haoban-sync-department-" + wxEnterpriseId);
return resultResponse(HaoBanErrCode.ERR_1);
}
}
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