|
@@ -1061,7 +1061,7 @@ func (this *ChartClassifyController) ChartClassifyChartListV3() {
|
|
resp := new(data_manage.ChartClassifyListResp)
|
|
resp := new(data_manage.ChartClassifyListResp)
|
|
|
|
|
|
chartClassifyId, _ := this.GetInt("ChartClassifyId")
|
|
chartClassifyId, _ := this.GetInt("ChartClassifyId")
|
|
- if chartClassifyId <= 0 {
|
|
|
|
|
|
+ if chartClassifyId < 0 {
|
|
br.Msg = "参数错误"
|
|
br.Msg = "参数错误"
|
|
return
|
|
return
|
|
}
|
|
}
|