zhangchuanxing hai 1 semana
pai
achega
6d08527367
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/cygx/rai_serve_bill.go

+ 1 - 1
models/cygx/rai_serve_bill.go

@@ -155,7 +155,7 @@ func GetCygxRaiServeBillRespList(condition string, pars []interface{}, startSize
 	if condition != "" {
 		sql += condition
 	}
-	sql += ` ORDER BY bill_id DESC   LIMIT ?,? `
+	sql += ` ORDER BY view_time DESC   LIMIT ?,? `
 	_, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&items)
 	return
 }