|
@@ -371,7 +371,7 @@ func (this *LoanAction)Classification_list(){
|
|
|
}else{
|
|
|
//per_page,_ := this.GetInteger("per_page")
|
|
|
//current_page,_ := this.GetInteger("page")
|
|
|
- ldata:=*mgo.Find("jy_loan_classify",nil,nil,nil,false,0,5)
|
|
|
+ ldata:=*mgo.Find("jy_loan_classify",nil,nil,nil,false,0,10)
|
|
|
count := mgo.Count("jy_loan_classify", nil)
|
|
|
if len(ldata)!=0{
|
|
|
this.ServeJson(map[string]interface{}{
|