Commit f7ac488580267bfe2efc15c1f96bc2a9e575f004

Authored by Kurisu
1 parent 683ed565

:ambulance: bug修复

- bug修复
fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/ipt/CustomerInitClueBizService.kt
... ... @@ -119,7 +119,7 @@ class CustomerInitClueBizService(
119 119 )
120 120 }?.let {
121 121 customerInitClueCallLogService.saveBatch(it)
122   - } ?: false
  122 + } ?: true
123 123 }
124 124  
125 125 /**
... ...