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
tanling
2019-08-22 11:41:27 +0800
Commit
683155bb7a74522c37566f6bb2cf9db7de5b8b81
1 parent
29e5059b
更新时修改skup_allow_type
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
dal/src/main/resources/META-INF/mybatis/CouponMapper.xml
dal/src/main/resources/META-INF/mybatis/CouponMapper.xml
View file @
683155b
...
...
@@ -130,6 +130,9 @@
<if
test=
"param.remark != null"
>
remark=#{param.remark},
</if>
<if
test=
"param.skupAllowType != null"
>
skup_allow_type=#{param.skupAllowType},
</if>
</set>
where id = #{param.id}
</update>
...
...
Please
register
or
login
to post a comment