|
|
@@ -3102,6 +3102,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
ocb.setMajor(1);
|
|
|
organizationContactBookMapper.insert(ocb);
|
|
|
oi.setLocationCity(in.getCity());
|
|
|
+ oi.setOrgCode(in.getOrgCode());
|
|
|
oi.setLocationArea(in.getArea());
|
|
|
oi.setIntendedProject(in.getIntendedProject());
|
|
|
oi.setBusinessScope(in.getBusinessScope());
|