Commit 1692b1e9 by 吕明尚

packageid改为packids

parent 9ee905dc
...@@ -123,8 +123,8 @@ public class SConsumerCoupon extends BaseEntity ...@@ -123,8 +123,8 @@ public class SConsumerCoupon extends BaseEntity
/** /**
* 绑定套餐ID * 绑定套餐ID
*/ */
@Excel(name = "绑定套餐ID") @Excel(name = "适用套餐列表")
private Long packageId; private String packids;
/** 平台类型(1:自营,2:美团) */ /** 平台类型(1:自营,2:美团) */
@Excel(name = "平台类型(1:自营,2:美团)") @Excel(name = "平台类型(1:自营,2:美团)")
......
...@@ -92,8 +92,8 @@ public class SCoupon extends BaseEntity ...@@ -92,8 +92,8 @@ public class SCoupon extends BaseEntity
/** /**
* 绑定套餐ID * 绑定套餐ID
*/ */
@Excel(name = "绑定套餐ID") @Excel(name = "适用套餐列表")
private Long packageId; private String packids;
/** /**
* 团购ID * 团购ID
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<result property="roomType" column="room_type" /> <result property="roomType" column="room_type" />
<result property="storeType" column="store_type" /> <result property="storeType" column="store_type" />
<result property="orderType" column="order_type"/> <result property="orderType" column="order_type"/>
<result property="packageId" column="package_id"/> <result property="packids" column="packids"/>
<result property="platformType" column="platform_type" /> <result property="platformType" column="platform_type" />
<result property="startDate" column="start_date" /> <result property="startDate" column="start_date" />
<result property="endDate" column="end_date" /> <result property="endDate" column="end_date" />
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
room_type, room_type,
store_type, store_type,
order_type, order_type,
package_id packids
from s_consumer_coupon from s_consumer_coupon
</sql> </sql>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<if test="sourceType != null and sourceType != ''"> and source_type = #{sourceType}</if> <if test="sourceType != null and sourceType != ''"> and source_type = #{sourceType}</if>
<if test="platformType != null and platformType != ''"> and platform_type = #{platformType}</if> <if test="platformType != null and platformType != ''"> and platform_type = #{platformType}</if>
<if test="orderType != null and orderType != ''">and order_type = #{orderType}</if> <if test="orderType != null and orderType != ''">and order_type = #{orderType}</if>
<if test="packageId != null ">and package_id = #{packageId}</if> <if test="packids != null ">and packids = #{packids}</if>
<if test="startDate != null "> and start_date = #{startDate}</if> <if test="startDate != null "> and start_date = #{startDate}</if>
<if test="endDate != null "> and end_date = #{endDate}</if> <if test="endDate != null "> and end_date = #{endDate}</if>
<if test="useDate != null "> and use_date = #{useDate}</if> <if test="useDate != null "> and use_date = #{useDate}</if>
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
<if test="roomType != null">room_type,</if> <if test="roomType != null">room_type,</if>
<if test="storeType != null">store_type,</if> <if test="storeType != null">store_type,</if>
<if test="orderType != null">order_type,</if> <if test="orderType != null">order_type,</if>
<if test="packageId != null">package_id,</if> <if test="packids != null">packids,</if>
<if test="dealgroupId != null">dealgroup_id,</if> <if test="dealgroupId != null">dealgroup_id,</if>
<if test="storeIds != null">store_ids,</if> <if test="storeIds != null">store_ids,</if>
</trim> </trim>
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
<if test="roomType != null">#{roomType},</if> <if test="roomType != null">#{roomType},</if>
<if test="storeType != null">#{storeType},</if> <if test="storeType != null">#{storeType},</if>
<if test="orderType != null">#{orderType},</if> <if test="orderType != null">#{orderType},</if>
<if test="packageId != null">#{packageId},</if> <if test="packids != null">#{packids},</if>
<if test="dealgroupId != null">#{dealgroupId},</if> <if test="dealgroupId != null">#{dealgroupId},</if>
<if test="storeIds != null">#{storeIds},</if> <if test="storeIds != null">#{storeIds},</if>
</trim> </trim>
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
<if test="roomType != null">room_type = #{roomType},</if> <if test="roomType != null">room_type = #{roomType},</if>
<if test="storeType != null">store_type = #{storeType},</if> <if test="storeType != null">store_type = #{storeType},</if>
<if test="orderType != null">order_type = #{orderType},</if> <if test="orderType != null">order_type = #{orderType},</if>
<if test="packageId != null">package_id = #{packageId},</if> <if test="packids != null">packids = #{packids},</if>
<if test="dealgroupId != null">dealgroup_id = #{dealgroupId},</if> <if test="dealgroupId != null">dealgroup_id = #{dealgroupId},</if>
<if test="storeIds != null">store_ids = #{storeIds},</if> <if test="storeIds != null">store_ids = #{storeIds},</if>
</trim> </trim>
......
...@@ -15,7 +15,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -15,7 +15,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="roomType" column="room_type" /> <result property="roomType" column="room_type" />
<result property="couponType" column="coupon_type" /> <result property="couponType" column="coupon_type" />
<result property="orderType" column="order_type"/> <result property="orderType" column="order_type"/>
<result property="packageId" column="package_id"/> <result property="packids" column="packids"/>
<result property="dealgroupId" column="dealgroup_id"/> <result property="dealgroupId" column="dealgroup_id"/>
<result property="storeIds" column="store_ids"/> <result property="storeIds" column="store_ids"/>
<result property="duration" column="duration" /> <result property="duration" column="duration" />
...@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
room_type, room_type,
coupon_type, coupon_type,
order_type, order_type,
package_id, packids,
dealgroup_id, dealgroup_id,
weeks, weeks,
store_ids, store_ids,
...@@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="roomType != null"> and room_type = #{roomType}</if> <if test="roomType != null"> and room_type = #{roomType}</if>
<if test="couponType != null"> and coupon_type = #{couponType}</if> <if test="couponType != null"> and coupon_type = #{couponType}</if>
<if test="orderType != null">and order_type = #{orderType}</if> <if test="orderType != null">and order_type = #{orderType}</if>
<if test="packageId != null">and package_id = #{packageId}</if> <if test="packids != null">and packids = #{packids}</if>
<if test="dealgroupId != null">and dealgroup_id = #{dealgroupId}</if> <if test="dealgroupId != null">and dealgroup_id = #{dealgroupId}</if>
<if test="storeIds != null">and store_ids = #{storeIds}</if> <if test="storeIds != null">and store_ids = #{storeIds}</if>
<if test="duration != null and duration != ''"> and duration = #{duration}</if> <if test="duration != null and duration != ''"> and duration = #{duration}</if>
...@@ -103,7 +103,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -103,7 +103,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where 1=1 and coupon_type = #{couponType} where 1=1 and coupon_type = #{couponType}
<if test="endDate != null">and end_date >= NOW()</if> <if test="endDate != null">and end_date >= NOW()</if>
<if test="orderType != null">and order_type = #{orderType}</if> <if test="orderType != null">and order_type = #{orderType}</if>
<if test="packageId != null">and package_id = #{packageId}</if> <if test="packids != null">and packids = #{packids}</if>
</select> </select>
<select id="selectSCouponByDealgroupId" resultMap="SCouponResult"> <select id="selectSCouponByDealgroupId" resultMap="SCouponResult">
<include refid="selectSCouponVo"/> <include refid="selectSCouponVo"/>
...@@ -138,7 +138,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -138,7 +138,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="createTime != null">create_time,</if> <if test="createTime != null">create_time,</if>
<if test="remark != null">remark,</if> <if test="remark != null">remark,</if>
<if test="orderType != null">order_type,</if> <if test="orderType != null">order_type,</if>
<if test="packageId != null">package_id,</if> <if test="packids != null">packids,</if>
<if test="dealgroupId != null">dealgroup_id,</if> <if test="dealgroupId != null">dealgroup_id,</if>
<if test="storeIds != null">store_ids,</if> <if test="storeIds != null">store_ids,</if>
</trim> </trim>
...@@ -164,7 +164,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -164,7 +164,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="createTime != null">#{createTime},</if> <if test="createTime != null">#{createTime},</if>
<if test="remark != null">#{remark},</if> <if test="remark != null">#{remark},</if>
<if test="orderType != null">#{orderType},</if> <if test="orderType != null">#{orderType},</if>
<if test="packageId != null">#{packageId},</if> <if test="packids != null">#{packids},</if>
<if test="dealgroupId != null">#{dealgroupId},</if> <if test="dealgroupId != null">#{dealgroupId},</if>
<if test="storeIds != null">#{storeIds},</if> <if test="storeIds != null">#{storeIds},</if>
</trim> </trim>
...@@ -182,7 +182,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -182,7 +182,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="roomType != null">room_type = #{roomType},</if> <if test="roomType != null">room_type = #{roomType},</if>
<if test="couponType != null">coupon_type = #{couponType},</if> <if test="couponType != null">coupon_type = #{couponType},</if>
<if test="orderType != ''">order_type = #{orderType},</if> <if test="orderType != ''">order_type = #{orderType},</if>
<if test="packageId != ''">package_id = #{packageId},</if> <if test="packids != ''">packids = #{packids},</if>
<if test="storeIds != null">store_ids = #{storeIds},</if> <if test="storeIds != null">store_ids = #{storeIds},</if>
<if test="dealgroupId != null">dealgroup_id = #{dealgroupId},</if> <if test="dealgroupId != null">dealgroup_id = #{dealgroupId},</if>
<if test="duration != null and duration != ''">duration = #{duration},</if> <if test="duration != null and duration != ''">duration = #{duration},</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment