anderx месяцев назад: 10
Родитель
Сommit
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);
 		ocb.setMajor(1);
 		organizationContactBookMapper.insert(ocb);
 		organizationContactBookMapper.insert(ocb);
 		oi.setLocationCity(in.getCity());
 		oi.setLocationCity(in.getCity());
+		oi.setOrgCode(in.getOrgCode());
 		oi.setLocationArea(in.getArea());
 		oi.setLocationArea(in.getArea());
 		oi.setIntendedProject(in.getIntendedProject());
 		oi.setIntendedProject(in.getIntendedProject());
 		oi.setBusinessScope(in.getBusinessScope());
 		oi.setBusinessScope(in.getBusinessScope());