|
|
@@ -392,6 +392,10 @@ |
|
|
and c.`use_limit_quantity` = #{useLimitQuantity} |
|
|
and c.`use_limit_quantity` = #{useLimitQuantity} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null == sendType "> |
|
|
|
|
|
and c.`send_type` != 3 |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != sendType "> |
|
|
<if test=" null != sendType "> |
|
|
and c.`send_type` = #{sendType} |
|
|
and c.`send_type` = #{sendType} |
|
|
</if> |
|
|
</if> |
|
|
|