|
@@ -113,10 +113,10 @@ func (this *ReportController) IndustryList() {
|
|
|
currentIndex = 1
|
|
|
}
|
|
|
startSize = paging.StartIndex(currentIndex, pageSize)
|
|
|
- if isNewLabel != "" {
|
|
|
+ if isNewLabel == "1" {
|
|
|
condition += ` AND is_new_label = ` + isNewLabel
|
|
|
}
|
|
|
- if isDeepLabel != "" {
|
|
|
+ if isDeepLabel == "1" {
|
|
|
condition += ` AND is_deep_label = ` + isDeepLabel
|
|
|
}
|
|
|
if keyWord != "" {
|