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)
 	startSize = paging.StartIndex(currentIndex, pageSize)
 
 
-	condition := " and source = ?"
+	condition := " and source = ? and (data_update_result=1 or data_update_result=0)"
 	var pars []interface{}
 	var pars []interface{}
 	pars = append(pars, utils.DATA_SOURCE_MYSTEEL_CHEMICAL)
 	pars = append(pars, utils.DATA_SOURCE_MYSTEEL_CHEMICAL)