Commit 27888ca8 by qwmqiuwenmin

fix

parent ad9ee1c4
......@@ -217,7 +217,8 @@ public class MessageApiServiceImpl implements MessageApiService {
related.setClerkCode(qywxCallBackDTO.getUserid());
related.setDepartmentId(department.getDepartmentId());
related.setPhoneNumber(qywxCallBackDTO.getMobile());
related.setStaffDepartmentRelatedId(staffId);
//related.setStaffDepartmentRelatedId(staffId);
related.setStaffId(staffId);
related.setStatusFlag(1);
String add1 = this.staffDepartmentRelatedService.add(related);
log.info("新增用户部门关联关系:{}", add1);
......
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