فهرست منبع

1、数据处理

lqh 1 سال پیش
والد
کامیت
8bc1e3e689

+ 3 - 0
hx-customer/src/main/java/com/fjhx/customer/service/xiaoman/impl/XiaomanCustomerServiceImpl.java

@@ -1,6 +1,7 @@
 package com.fjhx.customer.service.xiaoman.impl;
 
 import com.fjhx.customer.entity.xiaoman.po.XiaomanCustomer;
+import com.fjhx.customer.entity.xiaoman.po.XiaomanCustomerInfoJson;
 import com.fjhx.customer.entity.xiaoman.vo.CustomerApiVo;
 import com.fjhx.customer.entity.xiaoman.vo.CustomerListApiVo;
 import com.fjhx.customer.mapper.xiaoman.XiaomanCustomerMapper;
@@ -83,6 +84,8 @@ public class XiaomanCustomerServiceImpl extends ServiceImpl<XiaomanCustomerMappe
                 updateById(customer);
                 //TODO 获取详情
 
+                XiaomanCustomerInfoJson xiaomanCustomerInfoJson = new XiaomanCustomerInfoJson();
+                xiaomanCustomerInfoJsonService.save(xiaomanCustomerInfoJson);
                 //TODO 更新数据
 
             }else {