From 2e5c6b46697f7b96460ad0c356740df52bf056d2 Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期三, 14 八月 2019 09:51:07 +0800
Subject: [PATCH] 金币兑换

---
 fanli/src/main/java/com/yeshi/fanli/mapping/SystemCouponMapper.xml |  226 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 113 insertions(+), 113 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/mapping/SystemCouponMapper.xml b/fanli/src/main/java/com/yeshi/fanli/mapping/SystemCouponMapper.xml
index b5ebc00..33e91e2 100644
--- a/fanli/src/main/java/com/yeshi/fanli/mapping/SystemCouponMapper.xml
+++ b/fanli/src/main/java/com/yeshi/fanli/mapping/SystemCouponMapper.xml
@@ -1,113 +1,113 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-
-<mapper namespace="com.yeshi.fanli.dao.mybatis.SystemCouponMapper">
-  <resultMap id="BaseResultMap" type="com.yeshi.fanli.entity.system.SystemCoupon">
-    <id column="sc_id" property="id" jdbcType="BIGINT"/>
-    <result column="sc_name" property="name" jdbcType="VARCHAR"/>
-    <result column="sc_picture" property="picture" jdbcType="VARCHAR"/>
-    <result column="sc_picture_invalid" property="pictureInvalid" jdbcType="VARCHAR"/>
-    <result column="sc_effect" property="effect" jdbcType="VARCHAR"/>
-	
-	<result column="sc_type" property="type"
-			typeHandler="com.yeshi.fanli.util.mybatishandler.CouponTypeEnumHandler" />
-	
-    <result column="sc_percent" property="percent" jdbcType="DECIMAL"/>
-    <result column="sc_amount" property="amount" jdbcType="VARCHAR"/>
-    <result column="sc_expiry_day" property="expiryDay" jdbcType="INTEGER"/>
-    <result column="sc_rule" property="rule" jdbcType="VARCHAR"/>
-    <result column="sc_remark" property="remark" jdbcType="VARCHAR"/>
-    <result column="sc_receive_count" property="receiveCount" jdbcType="INTEGER"/>
-    <result column="sc_state" property="state" jdbcType="INTEGER"/>
-    <result column="sc_create_time" property="createTime" jdbcType="TIMESTAMP"/>
-    <result column="sc_update_time" property="updateTime" jdbcType="TIMESTAMP"/>
-  </resultMap>
-  <sql id="Base_Column_List">sc_id,sc_name,sc_picture,sc_picture_invalid,sc_effect,sc_type,sc_percent,sc_amount,sc_expiry_day,sc_rule,sc_remark,sc_receive_count,sc_state,sc_create_time,sc_update_time</sql>
-  <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Long">select
-    <include refid="Base_Column_List"/>from yeshi_ec_system_coupon where sc_id = #{id,jdbcType=BIGINT}
-  </select>
-  <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">delete from yeshi_ec_system_coupon where sc_id = #{id,jdbcType=BIGINT}</delete>
-  <insert id="insert" parameterType="com.yeshi.fanli.entity.system.SystemCoupon" useGeneratedKeys="true" keyProperty="id">insert into yeshi_ec_system_coupon (sc_id,sc_name,sc_picture,sc_picture_invalid,sc_effect,sc_type,sc_percent,sc_amount,sc_expiry_day,sc_rule,sc_remark,sc_receive_count,sc_state,sc_create_time,sc_update_time) values (#{id,jdbcType=BIGINT},#{name,jdbcType=VARCHAR},#{picture,jdbcType=VARCHAR},#{pictureInvalid,jdbcType=VARCHAR},#{effect,jdbcType=VARCHAR},#{type,jdbcType=VARCHAR},#{percent,jdbcType=DECIMAL},#{amount,jdbcType=VARCHAR},#{expiryDay,jdbcType=INTEGER},#{rule,jdbcType=VARCHAR},#{remark,jdbcType=VARCHAR},#{receiveCount,jdbcType=INTEGER},#{state,jdbcType=INTEGER},#{createTime,jdbcType=TIMESTAMP},#{updateTime,jdbcType=TIMESTAMP})</insert>
-  <insert id="insertSelective" parameterType="com.yeshi.fanli.entity.system.SystemCoupon" useGeneratedKeys="true" keyProperty="id">insert into yeshi_ec_system_coupon
-    <trim prefix="(" suffix=")" suffixOverrides=",">
-      <if test="id != null">sc_id,</if>
-      <if test="name != null">sc_name,</if>
-      <if test="picture != null">sc_picture,</if>
-      <if test="pictureInvalid != null">sc_picture_invalid,</if>
-      <if test="effect != null">sc_effect,</if>
-      <if test="type != null">sc_type,</if>
-      <if test="percent != null">sc_percent,</if>
-      <if test="amount != null">sc_amount,</if>
-      <if test="expiryDay != null">sc_expiry_day,</if>
-      <if test="rule != null">sc_rule,</if>
-      <if test="remark != null">sc_remark,</if>
-      <if test="receiveCount != null">sc_receive_count,</if>
-      <if test="state != null">sc_state,</if>
-      <if test="createTime != null">sc_create_time,</if>
-      <if test="updateTime != null">sc_update_time,</if>
-    </trim>values
-    <trim prefix="(" suffix=")" suffixOverrides=",">
-      <if test="id != null">#{id,jdbcType=BIGINT},</if>
-      <if test="name != null">#{name,jdbcType=VARCHAR},</if>
-      <if test="picture != null">#{picture,jdbcType=VARCHAR},</if>
-      <if test="pictureInvalid != null">#{pictureInvalid,jdbcType=VARCHAR},</if>
-      <if test="effect != null">#{effect,jdbcType=VARCHAR},</if>
-      <if test="type != null">#{type,jdbcType=VARCHAR},</if>
-      <if test="percent != null">#{percent,jdbcType=DECIMAL},</if>
-      <if test="amount != null">#{amount,jdbcType=VARCHAR},</if>
-      <if test="expiryDay != null">#{expiryDay,jdbcType=INTEGER},</if>
-      <if test="rule != null">#{rule,jdbcType=VARCHAR},</if>
-      <if test="remark != null">#{remark,jdbcType=VARCHAR},</if>
-      <if test="receiveCount != null">#{receiveCount,jdbcType=INTEGER},</if>
-      <if test="state != null">#{state,jdbcType=INTEGER},</if>
-      <if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</if>
-      <if test="updateTime != null">#{updateTime,jdbcType=TIMESTAMP},</if>
-    </trim>
-  </insert>
-  <update id="updateByPrimaryKey" parameterType="com.yeshi.fanli.entity.system.SystemCoupon">update yeshi_ec_system_coupon set sc_name = #{name,jdbcType=VARCHAR},sc_picture = #{picture,jdbcType=VARCHAR},sc_picture_invalid = #{pictureInvalid,jdbcType=VARCHAR},sc_effect = #{effect,jdbcType=VARCHAR},sc_type = #{type,jdbcType=VARCHAR},sc_percent = #{percent,jdbcType=DECIMAL},sc_amount = #{amount,jdbcType=VARCHAR},sc_expiry_day = #{expiryDay,jdbcType=INTEGER},sc_rule = #{rule,jdbcType=VARCHAR},sc_remark = #{remark,jdbcType=VARCHAR},sc_receive_count = #{receiveCount,jdbcType=INTEGER},sc_state = #{state,jdbcType=INTEGER},sc_create_time = #{createTime,jdbcType=TIMESTAMP},sc_update_time = #{updateTime,jdbcType=TIMESTAMP} where sc_id = #{id,jdbcType=BIGINT}</update>
-  <update id="updateByPrimaryKeySelective" parameterType="com.yeshi.fanli.entity.system.SystemCoupon">update yeshi_ec_system_coupon
-    <set>
-      <if test="name != null">sc_name=#{name,jdbcType=VARCHAR},</if>
-      <if test="picture != null">sc_picture=#{picture,jdbcType=VARCHAR},</if>
-      <if test="pictureInvalid != null">sc_picture_invalid=#{pictureInvalid,jdbcType=VARCHAR},</if>
-      <if test="effect != null">sc_effect=#{effect,jdbcType=VARCHAR},</if>
-      <if test="type != null">sc_type=#{type,jdbcType=VARCHAR},</if>
-      <if test="percent != null">sc_percent=#{percent,jdbcType=DECIMAL},</if>
-      <if test="amount != null">sc_amount=#{amount,jdbcType=VARCHAR},</if>
-      <if test="expiryDay != null">sc_expiry_day=#{expiryDay,jdbcType=INTEGER},</if>
-      <if test="rule != null">sc_rule=#{rule,jdbcType=VARCHAR},</if>
-      <if test="remark != null">sc_remark=#{remark,jdbcType=VARCHAR},</if>
-      <if test="receiveCount != null">sc_receive_count=#{receiveCount,jdbcType=INTEGER},</if>
-      <if test="state != null">sc_state=#{state,jdbcType=INTEGER},</if>
-      <if test="createTime != null">sc_create_time=#{createTime,jdbcType=TIMESTAMP},</if>
-      <if test="updateTime != null">sc_update_time=#{updateTime,jdbcType=TIMESTAMP},</if>
-    </set> where sc_id = #{id,jdbcType=BIGINT}
-  </update>
-  
-  <delete id="deleteBatchByPrimaryKey"  parameterType="java.util.List">
-	delete FROM yeshi_ec_system_coupon WHERE sc_id in
-	<foreach collection="list" item="item" open="(" close=")"
-		separator=",">#{item}</foreach>
-  </delete>
-  
-  <select id="getCouponListByType" resultMap="BaseResultMap"  parameterType="java.util.List">
-	select * FROM yeshi_ec_system_coupon 
-	WHERE sc_state = 1 
-		AND sc_type in
-		<foreach collection="list" index="index" item="item" open="(" close=")"
-			separator=",">'${item}'</foreach>
-  </select>
-  
-  <select id="getCouponByType" resultMap="BaseResultMap" >
-	select * FROM yeshi_ec_system_coupon 
-	WHERE sc_type = #{type}
-	limit 1
-  </select>
-  
-  <select id="getCouponByTypeAndPercent" resultMap="BaseResultMap" >
-	select * FROM yeshi_ec_system_coupon 
-	WHERE sc_type = #{type} AND sc_percent = #{percent}
-	limit 1
-  </select>
-  
-</mapper>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+
+<mapper namespace="com.yeshi.fanli.dao.mybatis.SystemCouponMapper">
+  <resultMap id="BaseResultMap" type="com.yeshi.fanli.entity.system.SystemCoupon">
+    <id column="sc_id" property="id" jdbcType="BIGINT"/>
+    <result column="sc_name" property="name" jdbcType="VARCHAR"/>
+    <result column="sc_picture" property="picture" jdbcType="VARCHAR"/>
+    <result column="sc_picture_invalid" property="pictureInvalid" jdbcType="VARCHAR"/>
+    <result column="sc_effect" property="effect" jdbcType="VARCHAR"/>
+	
+	<result column="sc_type" property="type"
+			typeHandler="com.yeshi.fanli.util.mybatishandler.CouponTypeEnumHandler" />
+	
+    <result column="sc_percent" property="percent" jdbcType="DECIMAL"/>
+    <result column="sc_amount" property="amount" jdbcType="VARCHAR"/>
+    <result column="sc_expiry_day" property="expiryDay" jdbcType="INTEGER"/>
+    <result column="sc_rule" property="rule" jdbcType="VARCHAR"/>
+    <result column="sc_remark" property="remark" jdbcType="VARCHAR"/>
+    <result column="sc_rule_link" property="ruleLink" jdbcType="VARCHAR"/>
+    <result column="sc_state" property="state" jdbcType="INTEGER"/>
+    <result column="sc_create_time" property="createTime" jdbcType="TIMESTAMP"/>
+    <result column="sc_update_time" property="updateTime" jdbcType="TIMESTAMP"/>
+  </resultMap>
+  <sql id="Base_Column_List">sc_id,sc_name,sc_picture,sc_picture_invalid,sc_effect,sc_type,sc_percent,sc_amount,sc_expiry_day,sc_rule,sc_remark,sc_rule_link,sc_state,sc_create_time,sc_update_time</sql>
+  <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Long">select
+    <include refid="Base_Column_List"/>from yeshi_ec_system_coupon where sc_id = #{id,jdbcType=BIGINT}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">delete from yeshi_ec_system_coupon where sc_id = #{id,jdbcType=BIGINT}</delete>
+  <insert id="insert" parameterType="com.yeshi.fanli.entity.system.SystemCoupon" useGeneratedKeys="true" keyProperty="id">insert into yeshi_ec_system_coupon (sc_id,sc_name,sc_picture,sc_picture_invalid,sc_effect,sc_type,sc_percent,sc_amount,sc_expiry_day,sc_rule,sc_remark,sc_rule_link,sc_state,sc_create_time,sc_update_time) values (#{id,jdbcType=BIGINT},#{name,jdbcType=VARCHAR},#{picture,jdbcType=VARCHAR},#{pictureInvalid,jdbcType=VARCHAR},#{effect,jdbcType=VARCHAR},#{type,jdbcType=VARCHAR},#{percent,jdbcType=DECIMAL},#{amount,jdbcType=VARCHAR},#{expiryDay,jdbcType=INTEGER},#{rule,jdbcType=VARCHAR},#{remark,jdbcType=VARCHAR},#{ruleLink,jdbcType=VARCHAR},#{state,jdbcType=INTEGER},#{createTime,jdbcType=TIMESTAMP},#{updateTime,jdbcType=TIMESTAMP})</insert>
+  <insert id="insertSelective" parameterType="com.yeshi.fanli.entity.system.SystemCoupon" useGeneratedKeys="true" keyProperty="id">insert into yeshi_ec_system_coupon
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">sc_id,</if>
+      <if test="name != null">sc_name,</if>
+      <if test="picture != null">sc_picture,</if>
+      <if test="pictureInvalid != null">sc_picture_invalid,</if>
+      <if test="effect != null">sc_effect,</if>
+      <if test="type != null">sc_type,</if>
+      <if test="percent != null">sc_percent,</if>
+      <if test="amount != null">sc_amount,</if>
+      <if test="expiryDay != null">sc_expiry_day,</if>
+      <if test="rule != null">sc_rule,</if>
+      <if test="remark != null">sc_remark,</if>
+      <if test="ruleLink != null">sc_rule_link,</if>
+      <if test="state != null">sc_state,</if>
+      <if test="createTime != null">sc_create_time,</if>
+      <if test="updateTime != null">sc_update_time,</if>
+    </trim>values
+    <trim prefix="(" suffix=")" suffixOverrides=",">
+      <if test="id != null">#{id,jdbcType=BIGINT},</if>
+      <if test="name != null">#{name,jdbcType=VARCHAR},</if>
+      <if test="picture != null">#{picture,jdbcType=VARCHAR},</if>
+      <if test="pictureInvalid != null">#{pictureInvalid,jdbcType=VARCHAR},</if>
+      <if test="effect != null">#{effect,jdbcType=VARCHAR},</if>
+      <if test="type != null">#{type,jdbcType=VARCHAR},</if>
+      <if test="percent != null">#{percent,jdbcType=DECIMAL},</if>
+      <if test="amount != null">#{amount,jdbcType=VARCHAR},</if>
+      <if test="expiryDay != null">#{expiryDay,jdbcType=INTEGER},</if>
+      <if test="rule != null">#{rule,jdbcType=VARCHAR},</if>
+      <if test="remark != null">#{remark,jdbcType=VARCHAR},</if>
+      <if test="ruleLink != null">#{ruleLink,jdbcType=VARCHAR},</if>
+      <if test="state != null">#{state,jdbcType=INTEGER},</if>
+      <if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</if>
+      <if test="updateTime != null">#{updateTime,jdbcType=TIMESTAMP},</if>
+    </trim>
+  </insert>
+  <update id="updateByPrimaryKey" parameterType="com.yeshi.fanli.entity.system.SystemCoupon">update yeshi_ec_system_coupon set sc_name = #{name,jdbcType=VARCHAR},sc_picture = #{picture,jdbcType=VARCHAR},sc_picture_invalid = #{pictureInvalid,jdbcType=VARCHAR},sc_effect = #{effect,jdbcType=VARCHAR},sc_type = #{type,jdbcType=VARCHAR},sc_percent = #{percent,jdbcType=DECIMAL},sc_amount = #{amount,jdbcType=VARCHAR},sc_expiry_day = #{expiryDay,jdbcType=INTEGER},sc_rule = #{rule,jdbcType=VARCHAR},sc_remark = #{remark,jdbcType=VARCHAR},sc_rule_link = #{ruleLink,jdbcType=VARCHAR},sc_state = #{state,jdbcType=INTEGER},sc_create_time = #{createTime,jdbcType=TIMESTAMP},sc_update_time = #{updateTime,jdbcType=TIMESTAMP} where sc_id = #{id,jdbcType=BIGINT}</update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.yeshi.fanli.entity.system.SystemCoupon">update yeshi_ec_system_coupon
+    <set>
+      <if test="name != null">sc_name=#{name,jdbcType=VARCHAR},</if>
+      <if test="picture != null">sc_picture=#{picture,jdbcType=VARCHAR},</if>
+      <if test="pictureInvalid != null">sc_picture_invalid=#{pictureInvalid,jdbcType=VARCHAR},</if>
+      <if test="effect != null">sc_effect=#{effect,jdbcType=VARCHAR},</if>
+      <if test="type != null">sc_type=#{type,jdbcType=VARCHAR},</if>
+      <if test="percent != null">sc_percent=#{percent,jdbcType=DECIMAL},</if>
+      <if test="amount != null">sc_amount=#{amount,jdbcType=VARCHAR},</if>
+      <if test="expiryDay != null">sc_expiry_day=#{expiryDay,jdbcType=INTEGER},</if>
+      <if test="rule != null">sc_rule=#{rule,jdbcType=VARCHAR},</if>
+      <if test="remark != null">sc_remark=#{remark,jdbcType=VARCHAR},</if>
+      <if test="ruleLink != null">sc_rule_link=#{ruleLink,jdbcType=VARCHAR},</if>
+      <if test="state != null">sc_state=#{state,jdbcType=INTEGER},</if>
+      <if test="createTime != null">sc_create_time=#{createTime,jdbcType=TIMESTAMP},</if>
+      <if test="updateTime != null">sc_update_time=#{updateTime,jdbcType=TIMESTAMP},</if>
+    </set> where sc_id = #{id,jdbcType=BIGINT}
+  </update>
+  
+  <delete id="deleteBatchByPrimaryKey"  parameterType="java.util.List">
+	delete FROM yeshi_ec_system_coupon WHERE sc_id in
+	<foreach collection="list" item="item" open="(" close=")"
+		separator=",">#{item}</foreach>
+  </delete>
+  
+  <select id="getCouponListByType" resultMap="BaseResultMap"  parameterType="java.util.List">
+	select * FROM yeshi_ec_system_coupon 
+	WHERE sc_state = 1 
+		AND sc_type in
+		<foreach collection="list" index="index" item="item" open="(" close=")"
+			separator=",">'${item}'</foreach>
+  </select>
+  
+  <select id="getCouponByType" resultMap="BaseResultMap" >
+	select * FROM yeshi_ec_system_coupon 
+	WHERE sc_type = #{type}
+	limit 1
+  </select>
+  
+  <select id="getCouponByTypeAndPercent" resultMap="BaseResultMap" >
+	select * FROM yeshi_ec_system_coupon 
+	WHERE sc_type = #{type} AND sc_percent = #{percent}
+	limit 1
+  </select>
+  
+</mapper>

--
Gitblit v1.8.0