Commit 3e1137e0 by qwmqiuwenmin

Merge branch 'developer_repair_contact20200408' into 'master'

fix

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