Commit 1964851b66442bf30f4b694896d0973e6ab0c9d3

Authored by 张志伟
2 parents 28d883bb 766f1865

Merge remote-tracking branch 'origin/dev' into test

fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/CommonService.java
... ... @@ -76,7 +76,7 @@ public class CommonService {
76 76 if (Boolean.TRUE.equals(accidentCar)) {
77 77 AccidentPool accidentPool = accidentPoolService.getById(cusId);
78 78 BV.notNull(accidentPool, () -> "用户不存在");
79   - becallNo = accidentPool.getMobile();
  79 + becallNo = accidentPool.getReportMobile();
80 80 } else {
81 81 Customer customer = customerService.queryByIdWithInvalid(cusId);
82 82 BV.notNull(customer, () -> "用户不存在");
... ...