Selaa lähdekoodia

报表bug 修复

傅行帆 3 vuotta sitten
vanhempi
commit
34cf3d50a7

+ 1
- 0
src/main/java/com/yunzhi/marketing/xlk/service/impl/ChannelCustomerServiceImpl.java Näytä tiedosto

@@ -155,6 +155,7 @@ public class ChannelCustomerServiceImpl extends ServiceImpl<ChannelCustomerMappe
155 155
 
156 156
 
157 157
         customerVisit.setCreateDate(LocalDateTime.now());
158
+        customerVisit.setChannelCustomerId(channelCustomerDTO.getChannelCustomerId());
158 159
         customerVisitMapper.insert(customerVisit);
159 160
 
160 161
         return ResponseBean.success("审核成功");