|
|
|
@@ -288,7 +288,7 @@ |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != giftList"> |
|
|
|
and JSON_CONTAINS(gift_list,#{giftList}) |
|
|
|
and JSON_CONTAINS(gift_list,json_array(#{giftList})) |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != ids "> |
|
|
|
@@ -565,7 +565,7 @@ |
|
|
|
</if>--> |
|
|
|
|
|
|
|
<if test=" null != giftList"> |
|
|
|
and JSON_CONTAINS(c.gift_list,#{giftList}) |
|
|
|
and JSON_CONTAINS(c.gift_list,json_array(#{giftList})) |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != ids "> |
|
|
|
|