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
6 years ago
Commit
099a5da8c825c76b8aaa25eb9a088d0d5c5f9ced
1 parent
b18239c8
coupon中的productLimitValue不更新到库
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
dal/src/main/resources/META-INF/mybatis/CouponMapper.xml
dal/src/main/resources/META-INF/mybatis/CouponMapper.xml
View file @
099a5da
...
...
@@ -69,9 +69,6 @@
use_limit_value,
</if>
product_limit_type,
<if
test=
"param.productLimitType != 1"
>
product_limit_value,
</if>
start_time,end_time,status,create_time,pid,remark,skup_forbid_type)
values(#{param.couponToken},#{param.couponName},#{param.couponAmount},#{param.couponType}
,#{param.couponNum},#{param.useNum},#{param.sendNum},#{param.useLimitType},
...
...
@@ -79,9 +76,6 @@
#{param.useLimitValue},
</if>
#{param.productLimitType},
<if
test=
"param.productLimitType != 1"
>
#{param.productLimitValue},
</if>
#{param.startTime},#{param.endTime},#{param.status},#{param.createTime},#{param.pid},#{param.remark},#{param.skupForbidType})
</insert>
<update
id=
"updateByCouponSaveUpdateReq"
>
...
...
@@ -117,9 +111,6 @@
<if
test=
"param.productLimitType != null"
>
product_limit_type=#{param.productLimitType},
</if>
<if
test=
"param.productLimitValue != null"
>
product_limit_value=#{param.productLimitValue},
</if>
<if
test=
"param.startTime != null"
>
start_time=#{param.startTime},
</if>
...
...
Please
register
or
login
to post a comment