|
|
@@ -204,6 +204,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="dynamicWhereConditionsForCoupon"> |
|
|
<sql id="dynamicWhereConditionsForCoupon"> |
|
|
|
|
|
where 1 = 1 |
|
|
|
|
|
|
|
|
<if test=" null != id "> |
|
|
<if test=" null != id "> |
|
|
and `id` = #{id} |
|
|
and `id` = #{id} |
|
|
@@ -214,7 +215,7 @@ |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null == type "> |
|
|
<if test=" null == type "> |
|
|
and `type` < 7 |
|
|
|
|
|
|
|
|
and `type` < 7 |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != type "> |
|
|
<if test=" null != type "> |
|
|
|