|
@@ -46,7 +46,7 @@
|
|
|
)
|
|
|
</if>
|
|
|
</where>
|
|
|
- order by pcr.update_date desc
|
|
|
+ order by pcr.create_date desc
|
|
|
</select>
|
|
|
<select id="findListByMeterCode" resultType="com.bz.smart_city.dto.pay.PayControlRecordDto">
|
|
|
select
|
|
@@ -84,7 +84,7 @@
|
|
|
and sc.metercode =#{payControlRecordDto.meterCode}
|
|
|
</if>
|
|
|
</where>
|
|
|
- order by pcr.update_date desc
|
|
|
+ order by pcr.create_date desc
|
|
|
</select>
|
|
|
|
|
|
<select id="getRecentRecord" resultType="com.bz.smart_city.entity.pay.PayControlRecord">
|