xyxie пре 6 дана
родитељ
комит
e07df787ce
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controllers/report_ice_message.go

+ 1 - 1
controllers/report_ice_message.go

@@ -429,7 +429,7 @@ func (c *ReportIceMessageController) IceMsgPush() {
 		return
 	}
 
-	if successCount >= 0 {
+	if successCount > 0 {
 		sendTime := time.Now()
 		// 更新报告表的推送记录
 		if classifyType == 1 {