Browse Source

修改公出&报销排序

anderx 1 year ago
parent
commit
238ac3fe08
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

@@ -787,6 +787,7 @@
         <if test="allStatus == 2">
             and toc.exceed_duration >0
         </if>
+        order by contract_no desc
     </select>
 </mapper>