Commit b4b038a1 authored by zhengyi's avatar zhengyi

优惠列表状态查询sql修正

parent 5d12023b
...@@ -321,7 +321,7 @@ public interface CouponMapper extends BaseMapperX<CouponDO> { ...@@ -321,7 +321,7 @@ public interface CouponMapper extends BaseMapperX<CouponDO> {
" </when>", " </when>",
"</when>", "</when>",
"<when test='reqVO.statusList != null and reqVO.statusList.size()>0 and isIncludeExpiredStatus == true' >", "<when test='reqVO.statusList != null and reqVO.statusList.size()>0 and isIncludeExpiredStatus == true' >",
"AND ( 1 = 1", "AND ( 1 != 1",
"<when test = 'reqVO.overdueStatus != null'>", "<when test = 'reqVO.overdueStatus != null'>",
"or c.overdue_status = #{reqVO.overdueStatus}", "or c.overdue_status = #{reqVO.overdueStatus}",
"</when>", "</when>",
......
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