Procházet zdrojové kódy

修改公出&报销排序

anderx před 1 rokem
rodič
revize
238ac3fe08

+ 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>