|  |  |  | 
|---|
|  |  |  | <mapper namespace="com.dy.pmsGlobal.daoSta.StaWipSnExMapper"> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <resultMap id="BaseResultMap" type="com.dy.pmsGlobal.pojoSta.StaWipSnEx"> | 
|---|
|  |  |  | <id property="id" column="id" jdbcType="VARCHAR"/> | 
|---|
|  |  |  | <id property="id" column="id" jdbcType="BIGINT"/> | 
|---|
|  |  |  | <result property="deviceNo" column="device_no" jdbcType="VARCHAR"/> | 
|---|
|  |  |  | <result property="productId" column="product_id" jdbcType="INTEGER"/> | 
|---|
|  |  |  | <result property="productId" column="product_id" jdbcType="BIGINT"/> | 
|---|
|  |  |  | <result property="productName" column="product_name" jdbcType="VARCHAR"/> | 
|---|
|  |  |  | <result property="productNo" column="product_no" jdbcType="VARCHAR"/> | 
|---|
|  |  |  | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> | 
|---|
|  |  |  | <result property="createBy" column="create_by" jdbcType="VARCHAR"/> | 
|---|
|  |  |  | <result property="createBy" column="create_by" jdbcType="BIGINT"/> | 
|---|
|  |  |  | </resultMap> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <sql id="Base_Column_List"> | 
|---|
|  |  |  | 
|---|
|  |  |  | select | 
|---|
|  |  |  | <include refid="Base_Column_List" /> | 
|---|
|  |  |  | from sta_wip_sn_ex | 
|---|
|  |  |  | where  id = #{id,jdbcType=VARCHAR} | 
|---|
|  |  |  | where  id = #{id,jdbcType=BIGINT} | 
|---|
|  |  |  | </select> | 
|---|
|  |  |  | <select id="selectByDeviceNo" resultType="com.dy.pmsGlobal.pojoSta.StaWipSnEx"> | 
|---|
|  |  |  | select | 
|---|
|  |  |  | <include refid="Base_Column_List" /> | 
|---|
|  |  |  | from sta_wip_sn_ex | 
|---|
|  |  |  | where  device_no = #{deviceNo,jdbcType=VARCHAR} | 
|---|
|  |  |  | </select> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> | 
|---|
|  |  |  | delete from sta_wip_sn_ex | 
|---|
|  |  |  | where  id = #{id,jdbcType=VARCHAR} | 
|---|
|  |  |  | where  id = #{id,jdbcType=BIGINT} | 
|---|
|  |  |  | </delete> | 
|---|
|  |  |  | <insert id="insert" keyColumn="id" keyProperty="id" parameterType="com.dy.pmsGlobal.pojoSta.StaWipSnEx" useGeneratedKeys="true"> | 
|---|
|  |  |  | insert into sta_wip_sn_ex | 
|---|
|  |  |  | ( id,device_no,product_id | 
|---|
|  |  |  | ,product_name,product_no,create_time | 
|---|
|  |  |  | ,create_by) | 
|---|
|  |  |  | values (#{id,jdbcType=VARCHAR},#{deviceNo,jdbcType=VARCHAR},#{productId,jdbcType=INTEGER} | 
|---|
|  |  |  | values (#{id,jdbcType=BIGINT},#{deviceNo,jdbcType=VARCHAR},#{productId,jdbcType=BIGINT} | 
|---|
|  |  |  | ,#{productName,jdbcType=VARCHAR},#{productNo,jdbcType=VARCHAR},#{createTime,jdbcType=TIMESTAMP} | 
|---|
|  |  |  | ,#{createBy,jdbcType=VARCHAR}) | 
|---|
|  |  |  | ,#{createBy,jdbcType=BIGINT}) | 
|---|
|  |  |  | </insert> | 
|---|
|  |  |  | <insert id="insertSelective" keyColumn="id" keyProperty="id" parameterType="com.dy.pmsGlobal.pojoSta.StaWipSnEx" useGeneratedKeys="true"> | 
|---|
|  |  |  | insert into sta_wip_sn_ex | 
|---|
|  |  |  | 
|---|
|  |  |  | <if test="createBy != null">create_by,</if> | 
|---|
|  |  |  | </trim> | 
|---|
|  |  |  | <trim prefix="values (" suffix=")" suffixOverrides=","> | 
|---|
|  |  |  | <if test="id != null">#{id,jdbcType=VARCHAR},</if> | 
|---|
|  |  |  | <if test="id != null">#{id,jdbcType=BIGINT},</if> | 
|---|
|  |  |  | <if test="deviceNo != null">#{deviceNo,jdbcType=VARCHAR},</if> | 
|---|
|  |  |  | <if test="productId != null">#{productId,jdbcType=INTEGER},</if> | 
|---|
|  |  |  | <if test="productId != null">#{productId,jdbcType=BIGINT},</if> | 
|---|
|  |  |  | <if test="productName != null">#{productName,jdbcType=VARCHAR},</if> | 
|---|
|  |  |  | <if test="productNo != null">#{productNo,jdbcType=VARCHAR},</if> | 
|---|
|  |  |  | <if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</if> | 
|---|
|  |  |  | <if test="createBy != null">#{createBy,jdbcType=VARCHAR},</if> | 
|---|
|  |  |  | <if test="createBy != null">#{createBy,jdbcType=BIGINT},</if> | 
|---|
|  |  |  | </trim> | 
|---|
|  |  |  | </insert> | 
|---|
|  |  |  | <update id="updateByPrimaryKeySelective" parameterType="com.dy.pmsGlobal.pojoSta.StaWipSnEx"> | 
|---|
|  |  |  | 
|---|
|  |  |  | device_no = #{deviceNo,jdbcType=VARCHAR}, | 
|---|
|  |  |  | </if> | 
|---|
|  |  |  | <if test="productId != null"> | 
|---|
|  |  |  | product_id = #{productId,jdbcType=INTEGER}, | 
|---|
|  |  |  | product_id = #{productId,jdbcType=BIGINT}, | 
|---|
|  |  |  | </if> | 
|---|
|  |  |  | <if test="productName != null"> | 
|---|
|  |  |  | product_name = #{productName,jdbcType=VARCHAR}, | 
|---|
|  |  |  | 
|---|
|  |  |  | create_time = #{createTime,jdbcType=TIMESTAMP}, | 
|---|
|  |  |  | </if> | 
|---|
|  |  |  | <if test="createBy != null"> | 
|---|
|  |  |  | create_by = #{createBy,jdbcType=VARCHAR}, | 
|---|
|  |  |  | create_by = #{createBy,jdbcType=BIGINT}, | 
|---|
|  |  |  | </if> | 
|---|
|  |  |  | </set> | 
|---|
|  |  |  | where   id = #{id,jdbcType=VARCHAR} | 
|---|
|  |  |  | where   id = #{id,jdbcType=BIGINT} | 
|---|
|  |  |  | </update> | 
|---|
|  |  |  | <update id="updateByPrimaryKey" parameterType="com.dy.pmsGlobal.pojoSta.StaWipSnEx"> | 
|---|
|  |  |  | update sta_wip_sn_ex | 
|---|
|  |  |  | set | 
|---|
|  |  |  | device_no =  #{deviceNo,jdbcType=VARCHAR}, | 
|---|
|  |  |  | product_id =  #{productId,jdbcType=INTEGER}, | 
|---|
|  |  |  | product_id =  #{productId,jdbcType=BIGINT}, | 
|---|
|  |  |  | product_name =  #{productName,jdbcType=VARCHAR}, | 
|---|
|  |  |  | product_no =  #{productNo,jdbcType=VARCHAR}, | 
|---|
|  |  |  | create_time =  #{createTime,jdbcType=TIMESTAMP}, | 
|---|
|  |  |  | create_by =  #{createBy,jdbcType=VARCHAR} | 
|---|
|  |  |  | where   id = #{id,jdbcType=VARCHAR} | 
|---|
|  |  |  | create_by =  #{createBy,jdbcType=BIGINT} | 
|---|
|  |  |  | where   id = #{id,jdbcType=BIGINT} | 
|---|
|  |  |  | </update> | 
|---|
|  |  |  | </mapper> | 
|---|