فهرست منبع

阀控查询按创建时间降序

oppadmin 4 سال پیش
والد
کامیت
21d7117f13
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      smart-city-platform/src/main/resources/mapper/pay/PayControlRecordMapper.xml

+ 2 - 2
smart-city-platform/src/main/resources/mapper/pay/PayControlRecordMapper.xml

@@ -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">