流转卡扫描接口

This commit is contained in:
yinjinlu-pc\尹金路
2024-11-25 18:20:40 +08:00
parent bc49d5aedd
commit abaf380f3f
3 changed files with 90 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="attr3 != null "> and attr3 = #{attr3}</if>
<if test="attr4 != null "> and attr4 = #{attr4}</if>
</where>
order by create_time desc
</select>
<select id="selectProCardByCardId" parameterType="Long" resultMap="ProCardResult">