刷卡记录排序
This commit is contained in:
parent
b036a60a60
commit
d46835f89a
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user