Преглед на файлове

费用管理排序按时间倒序

wanghao преди 2 седмици
родител
ревизия
5aeeb597a5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      tenant/organization/src/main/resources/mapper/PtlAgreementCostMapper.xml

+ 1 - 0
tenant/organization/src/main/resources/mapper/PtlAgreementCostMapper.xml

@@ -205,6 +205,7 @@
             t.is_delete = 0
             AND t.id IN (${costId})
         </where>
+        order by t.create_time desc
     </select>