Commit 8138d2a7d9d60efe31a988b258f4227f411a79bd

Authored by 张志伟
1 parent 73bccb78

:sparkles: BUG修复

fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/task/CallReportDealTask.java
... ... @@ -120,6 +120,7 @@ public class CallReportDealTask {
120 120  
121 121 @Nullable
122 122 private Long[] queryCustomerIds(String mobileNo, Long groupId) {
  123 + //fixme 新增档案是限制 同一手机号只能有一个baseinfo数据
123 124 CustomerBaseInfo baseInfo = baseInfoService.queryByMobile(mobileNo, groupId);
124 125 if (Objects.isNull(baseInfo)) {
125 126 return null;
... ...