Showing
1 changed file
with
1 additions
and
0 deletions
@@ -55,6 +55,7 @@ | @@ -55,6 +55,7 @@ | ||
55 | select <include refid="Base_Column_List" /> | 55 | select <include refid="Base_Column_List" /> |
56 | from trade_bills where 1=1 | 56 | from trade_bills where 1=1 |
57 | <include refid="Query_Condition_Sql" /> | 57 | <include refid="Query_Condition_Sql" /> |
58 | + order by id desc | ||
58 | limit #{billsTradeReq.start},#{billsTradeReq.size} | 59 | limit #{billsTradeReq.start},#{billsTradeReq.size} |
59 | </select> | 60 | </select> |
60 | 61 |
-
Please register or login to post a comment