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