Browse Source

医保记账明细排序

hurugang 2 years ago
parent
commit
696b8461c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/cn/hnthyy/thmz/mapper/his/mz/ChargeFeeVoMapper.java

+ 1 - 1
src/main/java/cn/hnthyy/thmz/mapper/his/mz/ChargeFeeVoMapper.java

@@ -1172,7 +1172,7 @@ public interface ChargeFeeVoMapper {
             " and b.cheque_type in ('P','T')",
             "</otherwise>",
             " </choose>",
-            "</script>"})
+            " order by b.charge_date asc </script>"})
     List<Map<String,Object>> selectMxByChequeType(@Param("userIdCode") String userIdCode, @Param("dcountDate") Date dcountDate,@Param("caseType") String caseType);
 
 }