xyxie преди 1 година
родител
ревизия
f5d4d03484
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)