@@ -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);
}