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
b253cc34f6feb046ff8aa58d9156ec21178bff89
1 parent
0b0e806d
鉴定视频
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/PhoneUidCameraMapper.xml
dal/src/main/resources/META-INF/mybatis/PhoneUidCameraMapper.xml
View file @
b253cc3
...
...
@@ -11,7 +11,7 @@
</sql>
<select
id=
"selectByphoneUid"
resultMap=
"BaseResultMap"
parameterType=
"java.lang.String"
>
select
<include
refid=
"Base_Column_List"
/>
from phone_uid_camera
where phone_uid = #{phoneUid,jdbcType=VARCHAR}
where phone_uid = #{phoneUid,jdbcType=VARCHAR}
limit 1
</select>
<insert
id=
"insert"
parameterType=
"com.yoho.order.model.PhoneUidCamera"
>
...
...
Please
register
or
login
to post a comment