xyxie há 1 ano atrás
pai
commit
f5d4d03484
1 ficheiros alterados com 1 adições e 1 exclusões
  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)