ソースを参照

客户档案面谈信息详情修改行业更改为多选

anderx 9 ヶ月 前
コミット
1003c953a0
共有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

@@ -3094,6 +3094,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 		out.setCity(oi.getLocationCity());
 		out.setArea(oi.getLocationArea());
 		out.setLevel(user.getLevel());
+		out.setNature(user.getNature());
 		return out;
 	}