Преглед на файлове

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

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