Browse Source

案件查询

18792927508 2 years ago
parent
commit
434b93b61c

+ 2
- 2
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml View File

487
         </trim>
487
         </trim>
488
         ) t1
488
         ) t1
489
 
489
 
490
-        order by t1.create_time desc,t1.case_num desc
490
+        order by t1.case_num desc
491
     </select>
491
     </select>
492
 
492
 
493
 
493
 
878
                 </foreach>
878
                 </foreach>
879
             </if>
879
             </if>
880
         </where>
880
         </where>
881
-        order by c.create_time desc,c.case_num desc
881
+        order by c.case_num desc
882
     </select>
882
     </select>
883
     <select id="selectAdminCaseToDoCount" resultType="com.ruoyi.wisdomarbitrate.domain.vo.ToDoCount">
883
     <select id="selectAdminCaseToDoCount" resultType="com.ruoyi.wisdomarbitrate.domain.vo.ToDoCount">
884
         SELECT
884
         SELECT