刷卡记录排序

This commit is contained in:
wyw 2024-08-16 05:08:57 +08:00
parent b036a60a60
commit d46835f89a

View File

@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="cardtype != null "> and cardType = #{cardtype}</if>
<if test="mcusn != null and mcusn != ''"> and mcuSn = #{mcusn}</if>
</where>
order by create_time desc
</select>
<select id="selectMaCardinfoById" parameterType="Long" resultMap="MaCardinfoResult">