소스 검색

Merge branch 'feature/gn3.2_send_msg' into debug

xyxie 1 주 전
부모
커밋
15cf992f0d
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
 		return
 	}
 	}
 
 
-	if successCount >= 0 {
+	if successCount > 0 {
 		// 更新报告表的推送记录
 		// 更新报告表的推送记录
 		if classifyType == 1 {
 		if classifyType == 1 {
 			reportInfo.MsgIsSend = 1
 			reportInfo.MsgIsSend = 1