|
@@ -30,6 +30,7 @@ public interface YzActOrderCyMapper {
|
|
|
" order_je_dj," +
|
|
|
" quantity_dj," +
|
|
|
" charge_date," +
|
|
|
+ " input_date," +
|
|
|
" ward_code, " +
|
|
|
" cy_mtjs," +
|
|
|
" cy_jsl," +
|
|
@@ -65,7 +66,7 @@ public interface YzActOrderCyMapper {
|
|
|
"<when test='endDate!=null'>",
|
|
|
" and a.input_date <=#{endDate,jdbcType=TIMESTAMP}",
|
|
|
"</when>" +
|
|
|
- " order by ward_code,page_no"
|
|
|
+ " order by a.input_date desc "
|
|
|
, "</script>"})
|
|
|
List<YzActOrderCy> selectYzActOrderCy(YzActOrderCyVo yzActOrderCyVo);
|
|
|
|