Authored by mali

NFC转移

... ... @@ -33,4 +33,10 @@
#{orderCode}
</foreach>
</select>
<select id="selectRecordByNfcId" resultMap="BaseResultMap">
select <include refid="Base_Column_List" />
from identify_records where nfc_uid = #{nfcUid,jdbcType=VARCHAR } and tag_id = #{tagId,jdbcType=VARCHAR }
</select>
</mapper>
\ No newline at end of file
... ...