傅行帆 6 лет назад
Родитель
Сommit
c40fd92390

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TpTransactionMapper.xml Просмотреть файл

@@ -249,7 +249,7 @@ LEFT JOIN ta_sys_role sr ON sr.id = tsur.role_id
249 249
   </select>
250 250
 
251 251
   <select id="getReportReasons" resultType="java.util.Map">
252
-    SELECT id,reason FROM sys_report_reason ORDER BY sort,update_date DESC
252
+    SELECT id,reason FROM sys_report_reason ORDER BY sort
253 253
   </select>
254 254
 
255 255
   <insert id="saveReportReason">