Commit c6f9a49c59c79937dee8f093372ddef82b0037b8

Authored by liquanyu
1 parent 87259476a4

update code

Showing 1 changed file with 6 additions and 0 deletions

platform-msg-generate/src/main/java/com/lyms/platform/msg/worker/TempleteMsgGenerateWorker.java View file @ c6f9a49
... ... @@ -652,6 +652,12 @@
652 652 {
653 653 continue;
654 654 }
  655 +
  656 + if (HelperUtils.isExistMsg(pat.getId(),template.getId()))
  657 + {
  658 + continue;
  659 + }
  660 +
655 661 if (queryPostOrder(pat.getDueDate(),start,tempHid,sendTimeType,pat.getId()))
656 662 {
657 663 continue;