|
|
@ -247,10 +247,10 @@ |
|
|
|
) |
|
|
|
</delete> |
|
|
|
|
|
|
|
<select id="findAll" resultType="com.shop.cereshop.commons.domain.label.CerePlatformLabel"> |
|
|
|
<select id="findAll" parameterType="java.lang.Long" resultType="com.shop.cereshop.commons.domain.label.CerePlatformLabel"> |
|
|
|
SELECT buyer_label_id, label_name, label_type, meet_conditions, last_consumption_time, consumption_frequency, |
|
|
|
consumption_money, consumption_day, consumption_start_time, consumption_end_time, |
|
|
|
frequency_start, frequency_end, money_start, money_end FROM cere_platform_label |
|
|
|
frequency_start, frequency_end, money_start, money_end FROM cere_platform_label where business_id=#{businessId} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="findAllByDay" parameterType="java.lang.Object" resultType="java.lang.Long"> |
|
|
|