Commit be67b0c5 by huangZW

先暂时解决报错问题

parent c1912e91
......@@ -799,7 +799,8 @@ public class DepartmentContoller extends WebBaseController{
@RequestMapping("department-user-init")
public HaobanResponse departmentInit(String corpid, String suiteid, String wxEnterpriseId, Integer wxDepartmentId) {
RedisUtil.delCache("haoban-user-department-" + wxEnterpriseId);
staffApiService.initWxUser(corpid, suiteid, wxEnterpriseId, wxDepartmentId);
//TODO 这里有段代码没提交上来
staffApiService.initWxUser(corpid, suiteid, wxEnterpriseId, wxDepartmentId,"");
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