SpecialDateMapper.xml 6.67 KB
Newer Older
yuquan.zhu committed
1 2 3 4 5 6 7 8 9 10 11
<?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="cn.timer.api.dao.kqgl.SpecialDateMapper" >
  <resultMap id="BaseResultMap" type="cn.timer.api.bean.kqgl.SpecialDate" >
    <id column="id" property="id" jdbcType="INTEGER" />
    <result column="kqzid" property="kqzid" jdbcType="INTEGER" />
    <result column="tsrq" property="tsrq" jdbcType="VARCHAR" />
    <result column="bcid" property="bcid" jdbcType="INTEGER" />
    <result column="lusj_time" property="lusjTime" jdbcType="BIGINT" />
    <result column="luryid" property="luryid" jdbcType="INTEGER" />
    <result column="type" property="type" jdbcType="INTEGER" />
ilal committed
12
    <result column="legalday" property="legalday" jdbcType="INTEGER" />
yuquan.zhu committed
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
    
    <result column="bcname" property="bcname" jdbcType="VARCHAR" />
    <result column="sbdk1" property="sbdk1" jdbcType="VARCHAR" />
    <result column="xbdk1" property="xbdk1" jdbcType="VARCHAR" />
    <result column="sbdk2" property="sbdk2" jdbcType="VARCHAR" />
    <result column="xbdk2" property="xbdk2" jdbcType="VARCHAR" />
    <result column="sbdk3" property="sbdk3" jdbcType="VARCHAR" />
    <result column="xbdk3" property="xbdk3" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    id, kqzid, tsrq, bcid, lusj_time, luryid, type
  </sql>
  <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
    select 
    <include refid="Base_Column_List" />
    from kqgl_asso_teshu
    where id = #{id,jdbcType=INTEGER}
  </select>
  <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
    delete from kqgl_asso_teshu
    where id = #{id,jdbcType=INTEGER}
  </delete>
  <insert id="insert" parameterType="cn.timer.api.bean.kqgl.SpecialDate" >
    insert into kqgl_asso_teshu (id, kqzid, tsrq, 
      bcid, lusj_time, luryid, 
      type)
    values (#{id,jdbcType=INTEGER}, #{kqzid,jdbcType=INTEGER}, #{tsrq,jdbcType=VARCHAR}, 
      #{bcid,jdbcType=INTEGER}, #{lusjTime,jdbcType=BIGINT}, #{luryid,jdbcType=INTEGER}, 
      #{type,jdbcType=INTEGER})
  </insert>
  <insert id="insertSelective" parameterType="cn.timer.api.bean.kqgl.SpecialDate" >
    insert into kqgl_asso_teshu
    <trim prefix="(" suffix=")" suffixOverrides="," >
      <if test="id != null" >
        id,
      </if>
      <if test="kqzid != null" >
        kqzid,
      </if>
      <if test="tsrq != null" >
        tsrq,
      </if>
      <if test="bcid != null" >
        bcid,
      </if>
      <if test="lusjTime != null" >
        lusj_time,
      </if>
      <if test="luryid != null" >
        luryid,
      </if>
      <if test="type != null" >
        type,
      </if>
    </trim>
    <trim prefix="values (" suffix=")" suffixOverrides="," >
      <if test="id != null" >
        #{id,jdbcType=INTEGER},
      </if>
      <if test="kqzid != null" >
        #{kqzid,jdbcType=INTEGER},
      </if>
      <if test="tsrq != null" >
        #{tsrq,jdbcType=VARCHAR},
      </if>
      <if test="bcid != null" >
        #{bcid,jdbcType=INTEGER},
      </if>
      <if test="lusjTime != null" >
        #{lusjTime,jdbcType=BIGINT},
      </if>
      <if test="luryid != null" >
        #{luryid,jdbcType=INTEGER},
      </if>
      <if test="type != null" >
        #{type,jdbcType=INTEGER},
      </if>
    </trim>
  </insert>
  <update id="updateByPrimaryKeySelective" parameterType="cn.timer.api.bean.kqgl.SpecialDate" >
    update kqgl_asso_teshu
    <set >
      <if test="kqzid != null" >
        kqzid = #{kqzid,jdbcType=INTEGER},
      </if>
      <if test="tsrq != null" >
        tsrq = #{tsrq,jdbcType=VARCHAR},
      </if>
      <if test="bcid != null" >
        bcid = #{bcid,jdbcType=INTEGER},
      </if>
      <if test="lusjTime != null" >
        lusj_time = #{lusjTime,jdbcType=BIGINT},
      </if>
      <if test="luryid != null" >
        luryid = #{luryid,jdbcType=INTEGER},
      </if>
      <if test="type != null" >
        type = #{type,jdbcType=INTEGER},
      </if>
    </set>
    where id = #{id,jdbcType=INTEGER}
  </update>
  <update id="updateByPrimaryKey" parameterType="cn.timer.api.bean.kqgl.SpecialDate" >
    update kqgl_asso_teshu
    set kqzid = #{kqzid,jdbcType=INTEGER},
      tsrq = #{tsrq,jdbcType=VARCHAR},
      bcid = #{bcid,jdbcType=INTEGER},
      lusj_time = #{lusjTime,jdbcType=BIGINT},
      luryid = #{luryid,jdbcType=INTEGER},
      type = #{type,jdbcType=INTEGER}
    where id = #{id,jdbcType=INTEGER}
  </update>
  
  <insert id="insertKqglAssoTeshuList" parameterType="java.util.List" >
ilal committed
128
	    insert into kqgl_asso_teshu (kqzid, tsrq, bcid, lusj_time, luryid, type,legalday)
yuquan.zhu committed
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
	    <foreach collection="list" item="item" index="index" open="values " close="" separator=",">
	   	(
	      <if test="item.kqzid != null" >
	        #{item.kqzid,jdbcType=INTEGER},
	      </if>
	      <if test="item.tsrq != null" >
	        #{item.tsrq,jdbcType=VARCHAR},
	      </if>
	      <if test="item.bcid != null" >
	        #{item.bcid,jdbcType=INTEGER},
	      </if>
	      <if test="item.lusjTime != null" >
	        #{item.lusjTime,jdbcType=BIGINT},
	      </if>
	      <if test="item.luryid != null" >
	        #{item.luryid,jdbcType=INTEGER},
	      </if>
	      <if test="item.type != null" >
ilal committed
147 148 149 150
	        #{item.type,jdbcType=INTEGER},
	      </if>
	      <if test="item.legalday != null" >
	        #{item.legalday,jdbcType=INTEGER}
yuquan.zhu committed
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
	      </if>
	      )
	    </foreach>
   </insert>
  
  <delete id="deleteByPrimaryBykqzid" parameterType="java.lang.Integer" >
    delete from kqgl_asso_teshu
    where kqzid = #{kqzid,jdbcType=INTEGER}
  </delete>
  
   <select id="selectSpecialDatesByKqzid" resultMap="BaseResultMap">
    select teshu.*,bcsz.`name` bcname,bcsz.sbdk1,bcsz.xbdk1,bcsz.sbdk2,bcsz.xbdk2,bcsz.sbdk3,bcsz.xbdk3
	 from kqgl_asso_teshu teshu
	LEFT JOIN kqgl_asso_bcsz as bcsz on bcsz.id = teshu.bcid
	where teshu.kqzid = #{kqzid,jdbcType=INTEGER}
  </select>
  
  <select id="RestSpecialDatessetByKqzid" resultMap="BaseResultMap">
  		select * from kqgl_asso_teshu teshu
			where teshu.kqzid = #{kqzid}
			and teshu.bcid = 0 
  </select>
  <select id="ShouldSpecialDatessetByKqzid" resultMap="BaseResultMap">
  		select * from kqgl_asso_teshu teshu
			where teshu.kqzid = #{kqzid}
			and teshu.bcid != 0 
  </select>
  
  <select id="SpecialDateTroubleshooting" resultMap="BaseResultMap">
  		select * from kqgl_asso_teshu teshu
			where teshu.kqzid = #{kqzid,jdbcType=INTEGER}
			and teshu.tsrq = #{tsrq,jdbcType=VARCHAR}
			and teshu.bcid != 0
  </select>
  
  <select id="SpecialDateSpecialDayOff" resultMap="BaseResultMap">
  		select * from kqgl_asso_teshu teshu
			where teshu.kqzid = #{kqzid,jdbcType=INTEGER}
			and teshu.tsrq = #{tsrq,jdbcType=VARCHAR}
			and teshu.bcid = 0
  </select>
  
</mapper>