Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
tanling
6 years ago
Commit
969df339668e12162037ee27fdc2437ca7a0a33f
1 parent
f68a0342
邀请
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
dal/src/main/resources/META-INF/mybatis/order/InviteRecordMapper.xml
dal/src/main/resources/META-INF/mybatis/order/InviteRecordMapper.xml
View file @
969df33
...
...
@@ -82,12 +82,12 @@
<if
test=
"inviterUid != null"
>
#{inviterUid,jdbcType=INTEGER},
</if>
<if
test=
"inviterId != null"
>
#{inviterId,jdbcType=INTEGER},
</if>
<if
test=
"inviteeUid != null"
>
#{inviteeUid,jdbcType=INTEGER},
</if>
<if
test=
"inviterId != null"
>
#{inviterId,jdbcType=INTEGER},
</if>
<if
test=
"inviteActivityId != null"
>
#{inviteActivityId,jdbcType=INTEGER},
</if>
...
...
Please
register
or
login
to post a comment