anderx 10 hónapja%!(EXTRA string=óta)
szülő
commit
5f6761abd9

+ 1 - 0
src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

@@ -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());