Commit 96ef1226 authored by zhengyi's avatar zhengyi

sql修复

parent 49768f65
...@@ -311,10 +311,10 @@ public interface CouponMapper extends BaseMapperX<CouponDO> { ...@@ -311,10 +311,10 @@ public interface CouponMapper extends BaseMapperX<CouponDO> {
"<foreach item='status' index='index' collection='reqVO.statusList'>", "<foreach item='status' index='index' collection='reqVO.statusList'>",
"<choose>", "<choose>",
"<when test=' status == 0'>", "<when test=' status == 0'>",
" or c.`status` = #{statusId}", " or c.`status` = #{status}",
"</when>", "</when>",
"<when test=' status == 1'>", "<when test=' status == 1'>",
" or c.`status` = #{statusId}", " or c.`status` = #{status}",
"</when>", "</when>",
"<when test=' status == 2'>", "<when test=' status == 2'>",
" or c.`puton_status` = 0", " or c.`puton_status` = 0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment