记得上下班打卡 | git大法好,push需谨慎

Commit 46ba35d6 authored by 张国柄's avatar 张国柄

补充会员权益券列表+coupon_id;

parent 07167c39
......@@ -10,7 +10,7 @@ public class CandyMgtCouponMemberDto implements Serializable {
private static final long serialVersionUID = -4682805967989324746L;
/* com.liquidnet.service.candy.entity.CandyCoupon */
//private String couponId;
private String couponId;
//private Integer state;
private String title;
//private String label;
......
......@@ -44,7 +44,7 @@
</resultMap>
<resultMap id="Rst_MgtCouponMemberDto" type="com.liquidnet.service.candy.dto.admin.CandyMgtCouponMemberDto">
<!-- <result column="coupon_id" jdbcType="VARCHAR" property="couponId"/>-->
<result column="coupon_id" jdbcType="VARCHAR" property="couponId"/>
<!-- <result column="state" jdbcType="TINYINT" property="state" />-->
<result column="title" jdbcType="VARCHAR" property="title"/>
<!-- <result column="label" jdbcType="VARCHAR" property="label"/>-->
......@@ -140,7 +140,8 @@
ORDER BY cmc.created_at DESC
</select>
<select id="selectMultiForMgtCouponMemberDto" resultMap="Rst_MgtCouponMemberDto">
select cc.title,
select cc.coupon_id,
cc.title,
cc.busi_type,
cc.cou_type,
cc.val_face,
......
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