|
@@ -543,7 +543,8 @@ func (this *MobileReportController) List() {
|
|
|
if detail.PolymerizationId != "" {
|
|
|
condition = ` AND category_id IN(` + detail.PolymerizationId + `)`
|
|
|
} else {
|
|
|
- condition = ` AND category_id IN(` + strconv.Itoa(categoryId) + `)`
|
|
|
+ //condition = ` AND category_id IN(` + strconv.Itoa(categoryId) + `)`
|
|
|
+ condition = ` AND match_type_name = '` + detail.MatchTypeName + `'`
|
|
|
}
|
|
|
|
|
|
if industrialManagementId > 0 {
|