|
@@ -38,7 +38,7 @@ func (er *EnglishReportController) List(c *gin.Context) {
|
|
|
item := new(english_report.Report)
|
|
|
enClassify := new(english_classify.Classify)
|
|
|
|
|
|
- condition := " state=2"
|
|
|
+ condition := " state IN (2, 6)"
|
|
|
var pars []interface{}
|
|
|
var total int64
|
|
|
var tmpList []*english_report.Report
|