xyxie 1 year ago
parent
commit
f5d4d03484
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/data_stat/edb_source_stat.go

+ 1 - 1
controllers/data_stat/edb_source_stat.go

@@ -329,7 +329,7 @@ func (this *EdbSourceStatController) EdbUpdateLog() {
 
 	startSize = paging.StartIndex(currentIndex, pageSize)
 
-	condition := " and source = ?"
+	condition := " and source = ? and (data_update_result=1 or data_update_result=0)"
 	var pars []interface{}
 	pars = append(pars, utils.DATA_SOURCE_MYSTEEL_CHEMICAL)