Преглед на файлове

Merge branch 'hotfix/bug5654_mysteel_stat' into debug

xyxie преди 5 месеца
родител
ревизия
92c290806b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      controllers/data_stat/edb_source_stat.go

+ 1 - 1
controllers/data_stat/edb_source_stat.go

@@ -916,7 +916,7 @@ func (this *EdbSourceStatController) EdbUpdateFailedDetailList() {
 		return
 	}
 
-	condition := " and source = ? and AND terminal_code = ?, frequency=? and data_update_failed_reason=? and data_update_result = 2"
+	condition := " and source = ? AND terminal_code = ?, frequency=? and data_update_failed_reason=? and data_update_result = 2"
 	var pars []interface{}
 	pars = append(pars, utils.DATA_SOURCE_MYSTEEL_CHEMICAL, terminalCode, frequency, sourceUpdateFailedReason)