流转卡扫描接口
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user