Commit 3e1137e0 by qwmqiuwenmin

Merge branch 'developer_repair_contact20200408' into 'master'

fix

See merge request haoban3.0/haoban-manage3.0!42
parents d763ddfe 4d3d2311
......@@ -126,6 +126,7 @@ public class MessageApiServiceImpl implements MessageApiService {
ServiceResponse response = this.departmentApiService.add(departmentDTO);
GicClerkDTO gicClerkDTO = dto.getGicClerkDTO();
if(gicClerkDTO != null){
gicClerkDTO.setPostionName("店长");
staffApiService.addGicClerk(gicClerkDTO);
}
log.info("添加结果:{}", JSON.toJSONString(response));
......
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