Commit 568da413 by qwmqiuwenmin

fix

parent 779926f2
......@@ -353,6 +353,7 @@ public class DepartmentApiServiceImpl implements DepartmentApiService {
dto.setParentDepartmentId(pId);
dto.setChainId(chainId);
dto.setChainName(chainName);
dto.setIsStore(0);
this.departmentService.add(dto);
}
this.addAllDepartment(list, departmentDTO.getId(), wxEnterpriseId);
......
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