|
|
@@ -77,7 +77,7 @@ public interface FsUserBillScrmMapper
|
|
|
"<if test = 'maps.category != null and maps.category != \"\" '> " +
|
|
|
"and category =#{maps.category} " +
|
|
|
"</if>" +
|
|
|
- " order by id desc "+
|
|
|
+ " order by bill_id desc "+
|
|
|
"</script>"})
|
|
|
List<FsUserBillScrm> selectFsUserBillListQuery(@Param("maps") FsUserBillQueryParam param);
|
|
|
@Select({"<script> " +
|
|
|
@@ -95,7 +95,7 @@ public interface FsUserBillScrmMapper
|
|
|
"<if test = 'maps.endTime != null and maps.endTime != \"\" '> " +
|
|
|
"and date_format(b.create_time,'%y%m%d') <= date_format(#{maps.endTime},'%y%m%d') " +
|
|
|
"</if>" +
|
|
|
- " order by b.id desc "+
|
|
|
+ " order by b.bill_id desc "+
|
|
|
"</script>"})
|
|
|
List<FsUserBillVO> selectFsUserBillListVO(@Param("maps")FsUserBillParam fsUserBill);
|
|
|
@Select({"<script> " +
|