|
@@ -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)
|
|
|
|