|
|
@@ -244,6 +244,7 @@ |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|
@@ -414,6 +415,12 @@ |
|
|
#{typesItem} |
|
|
#{typesItem} |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test="0 == status "> |
|
|
|
|
|
and c.id not in |
|
|
|
|
|
(select coupon_id from wx_coupon_channel where tenant_id=#{tenantId} and status = 0) |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|
|