Commit ac0119dd1f99943e6631b554be4e3ffbd16e91c0

Authored by 张志伟
2 parents ac29379d 95a4c043

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

fw-shirasawa-server/src/main/java/cn/fw/shirasawa/server/controller/task/CallReportDealTask.java
... ... @@ -66,6 +66,9 @@ public class CallReportDealTask {
66 66 if (Objects.isNull(dto)) {
67 67 continue;
68 68 }
  69 + if (dto.getTalkTime() <= 0) {
  70 + continue;
  71 + }
69 72 final String staffMobile = dto.getStaffMobile();
70 73 final String peerMobile = dto.getPeerNo();
71 74 final Long groupId = dto.getGroupId();
... ...