Kaynağa Gözat

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

anderx 8 ay önce
ebeveyn
işleme
1003c953a0

+ 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;
 	}