anderx преди 10 месеца
родител
ревизия
5f6761abd9
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

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