Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
6 years ago
Commit
5406cbf2ab796c6186d1fffa4f2915d1f4dbbcad
1 parent
601928f3
NFC转移
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
dal/src/main/resources/META-INF/mybatis/IdentifyRecordsMapper.xml
dal/src/main/resources/META-INF/mybatis/IdentifyRecordsMapper.xml
View file @
5406cbf
...
...
@@ -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
...
...
Please
register
or
login
to post a comment