如果已有通话不进行赔付

master
wjt 1 year ago
parent 8039f5bd1b
commit 703b4dfbef

@ -139,6 +139,10 @@ public class ClueBoostServiceImpl implements ClueBoostService {
clueBoostRepository.save(clueBoostNew);
}
} else {
if (clueBoostDTO.getStatus()) {
clueBoostRepository.deleteById(byClueId.getId());
return;
}
Date lastTime = byClueId.getLastTime();
Date firstTime = byClueId.getFirstTime();
Integer callNum = byClueId.getCallNum();

Loading…
Cancel
Save