Przeglądaj źródła

Merge branch 'feature/eta2.3.4_business_user' into debug

xyxie 2 miesięcy temu
rodzic
commit
f27328adaf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      services/chart_info.go

+ 1 - 1
services/chart_info.go

@@ -333,7 +333,7 @@ func ChartInfoSaveBatch() (err error) {
 		return
 	}
 	// 批量上传图表信息
-	condition = " and source=1 and forum_chart_info_id = 0 and resource_status !=1 and chart_classify_id in ("+utils.GetOrmInReplace(len(chartClassifyIdList))+") "
+	condition = " and source=1 and forum_chart_info_id = 0  and chart_classify_id in ("+utils.GetOrmInReplace(len(chartClassifyIdList))+") "
 	// 查询需要更新的图表信息总数
 	total, err = models.GetChartInfoCountByCondition(condition, []interface{}{chartClassifyIdList})
 	if err != nil {