浏览代码

feat:xiugai

wangchuanjin 4 月之前
父节点
当前提交
4213cd21c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/subscribepay/src/entity/bidCreditReport/bidCreditReport.go

+ 1 - 1
src/jfw/modules/subscribepay/src/entity/bidCreditReport/bidCreditReport.go

@@ -449,9 +449,9 @@ func (b *bidCreditReport) NewOrderWarn() {
 				continue
 			}
 			if v.GetVar("isNew").Bool() {
+				v.Set("isNew", false)
 				continue
 			}
-			v.Set("isNew", false)
 			sendMail(v)
 		}
 	})