wangchuanjin hace 4 meses
padre
commit
4213cd21c5

+ 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)
 		}
 	})