|
|
@@ -1,262 +1,262 @@
|
|
|
<?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.lc.ibps.task.dao.TzqxdsrwbMapper" >
|
|
|
- <resultMap id="BaseResultMap" type="com.lc.ibps.task.entity.Tzqxdsrwb" >
|
|
|
- <id column="id_" property="id" jdbcType="VARCHAR" />
|
|
|
- <result column="tenant_id_" property="tenantId" jdbcType="VARCHAR" />
|
|
|
- <result column="ip_" property="ip" jdbcType="VARCHAR" />
|
|
|
- <result column="create_by_" property="createBy" jdbcType="VARCHAR" />
|
|
|
- <result column="create_time_" property="createTime" jdbcType="TIMESTAMP" />
|
|
|
- <result column="update_by_" property="updateBy" jdbcType="VARCHAR" />
|
|
|
- <result column="update_time_" property="updateTime" jdbcType="TIMESTAMP" />
|
|
|
- <result column="shi_fou_guo_shen_" property="shiFouGuoShen" jdbcType="VARCHAR" />
|
|
|
- <result column="bian_zhi_ren_" property="bianZhiRen" jdbcType="VARCHAR" />
|
|
|
- <result column="bian_zhi_bu_men_" property="bianZhiBuMen" jdbcType="VARCHAR" />
|
|
|
- <result column="bian_zhi_shi_jian" property="bianZhiShiJian" jdbcType="VARCHAR" />
|
|
|
- <result column="ren_wu_ming_cheng" property="renWuMingCheng" jdbcType="VARCHAR" />
|
|
|
- <result column="ren_wu_lei_bie_" property="renWuLeiBie" jdbcType="VARCHAR" />
|
|
|
- <result column="ren_wu_zhuang_tai" property="renWuZhuangTai" jdbcType="VARCHAR" />
|
|
|
- <result column="liu_cheng_id_" property="liuChengId" jdbcType="VARCHAR" />
|
|
|
- <result column="liu_cheng_ming_ch" property="liuChengMingCh" jdbcType="VARCHAR" />
|
|
|
- <result column="liu_cheng_ding_yi" property="liuChengDingYi" jdbcType="VARCHAR" />
|
|
|
- <result column="chu_shi_shu_ju_" property="chuShiShuJu" jdbcType="VARCHAR" />
|
|
|
- <result column="ren_wu_ri_qi_" property="renWuRiQi" jdbcType="VARCHAR" />
|
|
|
- <result column="zhi_xing_" property="zhiXing" jdbcType="VARCHAR" />
|
|
|
- </resultMap>
|
|
|
- <sql id="Base_Column_List" >
|
|
|
- id_, tenant_id_, ip_, create_by_, create_time_, update_by_, update_time_, shi_fou_guo_shen_,
|
|
|
- bian_zhi_ren_, bian_zhi_bu_men_, bian_zhi_shi_jian, ren_wu_ming_cheng, ren_wu_lei_bie_,
|
|
|
- ren_wu_zhuang_tai, liu_cheng_id_, liu_cheng_ming_ch, liu_cheng_ding_yi,chu_shi_shu_ju_,
|
|
|
- ren_wu_ri_qi_,zhi_xing_
|
|
|
- </sql>
|
|
|
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
|
|
|
- select
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- from t_zqxdsrwb
|
|
|
- where id_ = #{id,jdbcType=VARCHAR}
|
|
|
- </select>
|
|
|
- <delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
|
|
|
- delete from t_zqxdsrwb
|
|
|
- where id_ = #{id,jdbcType=VARCHAR}
|
|
|
- </delete>
|
|
|
- <insert id="insert" parameterType="com.lc.ibps.task.entity.Tzqxdsrwb" >
|
|
|
- insert into t_zqxdsrwb (id_, tenant_id_, ip_,
|
|
|
- create_by_, create_time_, update_by_,
|
|
|
- update_time_, shi_fou_guo_shen_, bian_zhi_ren_,
|
|
|
- bian_zhi_bu_men_, bian_zhi_shi_jian, ren_wu_ming_cheng,
|
|
|
- ren_wu_lei_bie_, ren_wu_zhuang_tai, liu_cheng_id_,
|
|
|
- liu_cheng_ming_ch, liu_cheng_ding_yi)
|
|
|
- values (#{id,jdbcType=VARCHAR}, #{tenantId,jdbcType=VARCHAR}, #{ip,jdbcType=VARCHAR},
|
|
|
- #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR},
|
|
|
- #{updateTime,jdbcType=TIMESTAMP}, #{shiFouGuoShen,jdbcType=VARCHAR}, #{bianZhiRen,jdbcType=VARCHAR},
|
|
|
- #{bianZhiBuMen,jdbcType=VARCHAR}, #{bianZhiShiJian,jdbcType=VARCHAR}, #{renWuMingCheng,jdbcType=VARCHAR},
|
|
|
- #{renWuLeiBie,jdbcType=VARCHAR}, #{renWuZhuangTai,jdbcType=VARCHAR}, #{liuChengId,jdbcType=VARCHAR},
|
|
|
- #{liuChengMingCh,jdbcType=VARCHAR}, #{liuChengDingYi,jdbcType=VARCHAR})
|
|
|
- </insert>
|
|
|
- <insert id="insertSelective" parameterType="com.lc.ibps.task.entity.Tzqxdsrwb" >
|
|
|
- insert into t_zqxdsrwb
|
|
|
- <trim prefix="(" suffix=")" suffixOverrides="," >
|
|
|
- <if test="id != null" >
|
|
|
- id_,
|
|
|
- </if>
|
|
|
- <if test="tenantId != null" >
|
|
|
- tenant_id_,
|
|
|
- </if>
|
|
|
- <if test="ip != null" >
|
|
|
- ip_,
|
|
|
- </if>
|
|
|
- <if test="createBy != null" >
|
|
|
- create_by_,
|
|
|
- </if>
|
|
|
- <if test="createTime != null" >
|
|
|
- create_time_,
|
|
|
- </if>
|
|
|
- <if test="updateBy != null" >
|
|
|
- update_by_,
|
|
|
- </if>
|
|
|
- <if test="updateTime != null" >
|
|
|
- update_time_,
|
|
|
- </if>
|
|
|
- <if test="shiFouGuoShen != null" >
|
|
|
- shi_fou_guo_shen_,
|
|
|
- </if>
|
|
|
- <if test="bianZhiRen != null" >
|
|
|
- bian_zhi_ren_,
|
|
|
- </if>
|
|
|
- <if test="bianZhiBuMen != null" >
|
|
|
- bian_zhi_bu_men_,
|
|
|
- </if>
|
|
|
- <if test="bianZhiShiJian != null" >
|
|
|
- bian_zhi_shi_jian,
|
|
|
- </if>
|
|
|
- <if test="renWuMingCheng != null" >
|
|
|
- ren_wu_ming_cheng,
|
|
|
- </if>
|
|
|
- <if test="renWuLeiBie != null" >
|
|
|
- ren_wu_lei_bie_,
|
|
|
- </if>
|
|
|
- <if test="renWuZhuangTai != null" >
|
|
|
- ren_wu_zhuang_tai,
|
|
|
- </if>
|
|
|
- <if test="liuChengId != null" >
|
|
|
- liu_cheng_id_,
|
|
|
- </if>
|
|
|
- <if test="liuChengMingCh != null" >
|
|
|
- liu_cheng_ming_ch,
|
|
|
- </if>
|
|
|
- <if test="liuChengDingYi != null" >
|
|
|
- liu_cheng_ding_yi,
|
|
|
- </if>
|
|
|
- </trim>
|
|
|
- <trim prefix="values (" suffix=")" suffixOverrides="," >
|
|
|
- <if test="id != null" >
|
|
|
- #{id,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="tenantId != null" >
|
|
|
- #{tenantId,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="ip != null" >
|
|
|
- #{ip,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="createBy != null" >
|
|
|
- #{createBy,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="createTime != null" >
|
|
|
- #{createTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="updateBy != null" >
|
|
|
- #{updateBy,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="updateTime != null" >
|
|
|
- #{updateTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="shiFouGuoShen != null" >
|
|
|
- #{shiFouGuoShen,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="bianZhiRen != null" >
|
|
|
- #{bianZhiRen,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="bianZhiBuMen != null" >
|
|
|
- #{bianZhiBuMen,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="bianZhiShiJian != null" >
|
|
|
- #{bianZhiShiJian,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="renWuMingCheng != null" >
|
|
|
- #{renWuMingCheng,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="renWuLeiBie != null" >
|
|
|
- #{renWuLeiBie,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="renWuZhuangTai != null" >
|
|
|
- #{renWuZhuangTai,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="liuChengId != null" >
|
|
|
- #{liuChengId,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="liuChengMingCh != null" >
|
|
|
- #{liuChengMingCh,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="liuChengDingYi != null" >
|
|
|
- #{liuChengDingYi,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- </trim>
|
|
|
- </insert>
|
|
|
- <update id="updateByPrimaryKeySelective" parameterType="com.lc.ibps.task.entity.Tzqxdsrwb" >
|
|
|
- update t_zqxdsrwb
|
|
|
- <set >
|
|
|
- <if test="tenantId != null" >
|
|
|
- tenant_id_ = #{tenantId,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="ip != null" >
|
|
|
- ip_ = #{ip,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="createBy != null" >
|
|
|
- create_by_ = #{createBy,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="createTime != null" >
|
|
|
- create_time_ = #{createTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="updateBy != null" >
|
|
|
- update_by_ = #{updateBy,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="updateTime != null" >
|
|
|
- update_time_ = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="shiFouGuoShen != null" >
|
|
|
- shi_fou_guo_shen_ = #{shiFouGuoShen,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="bianZhiRen != null" >
|
|
|
- bian_zhi_ren_ = #{bianZhiRen,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="bianZhiBuMen != null" >
|
|
|
- bian_zhi_bu_men_ = #{bianZhiBuMen,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="bianZhiShiJian != null" >
|
|
|
- bian_zhi_shi_jian = #{bianZhiShiJian,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="renWuMingCheng != null" >
|
|
|
- ren_wu_ming_cheng = #{renWuMingCheng,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="renWuLeiBie != null" >
|
|
|
- ren_wu_lei_bie_ = #{renWuLeiBie,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="renWuZhuangTai != null" >
|
|
|
- ren_wu_zhuang_tai = #{renWuZhuangTai,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="liuChengId != null" >
|
|
|
- liu_cheng_id_ = #{liuChengId,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="liuChengMingCh != null" >
|
|
|
- liu_cheng_ming_ch = #{liuChengMingCh,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="liuChengDingYi != null" >
|
|
|
- liu_cheng_ding_yi = #{liuChengDingYi,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- </set>
|
|
|
- where id_ = #{id,jdbcType=VARCHAR}
|
|
|
- </update>
|
|
|
- <update id="updateByPrimaryKey" parameterType="com.lc.ibps.task.entity.Tzqxdsrwb" >
|
|
|
- update t_zqxdsrwb
|
|
|
- set tenant_id_ = #{tenantId,jdbcType=VARCHAR},
|
|
|
- ip_ = #{ip,jdbcType=VARCHAR},
|
|
|
- create_by_ = #{createBy,jdbcType=VARCHAR},
|
|
|
- create_time_ = #{createTime,jdbcType=TIMESTAMP},
|
|
|
- update_by_ = #{updateBy,jdbcType=VARCHAR},
|
|
|
- update_time_ = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
- shi_fou_guo_shen_ = #{shiFouGuoShen,jdbcType=VARCHAR},
|
|
|
- bian_zhi_ren_ = #{bianZhiRen,jdbcType=VARCHAR},
|
|
|
- bian_zhi_bu_men_ = #{bianZhiBuMen,jdbcType=VARCHAR},
|
|
|
- bian_zhi_shi_jian = #{bianZhiShiJian,jdbcType=VARCHAR},
|
|
|
- ren_wu_ming_cheng = #{renWuMingCheng,jdbcType=VARCHAR},
|
|
|
- ren_wu_lei_bie_ = #{renWuLeiBie,jdbcType=VARCHAR},
|
|
|
- ren_wu_zhuang_tai = #{renWuZhuangTai,jdbcType=VARCHAR},
|
|
|
- liu_cheng_id_ = #{liuChengId,jdbcType=VARCHAR},
|
|
|
- liu_cheng_ming_ch = #{liuChengMingCh,jdbcType=VARCHAR},
|
|
|
- liu_cheng_ding_yi = #{liuChengDingYi,jdbcType=VARCHAR}
|
|
|
- where id_ = #{id,jdbcType=VARCHAR}
|
|
|
- </update>
|
|
|
+<!-- <resultMap id="BaseResultMap" type="com.lc.ibps.task.entity.Tzqxdsrwb" >-->
|
|
|
+<!-- <id column="id_" property="id" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="tenant_id_" property="tenantId" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="ip_" property="ip" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="create_by_" property="createBy" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="create_time_" property="createTime" jdbcType="TIMESTAMP" />-->
|
|
|
+<!-- <result column="update_by_" property="updateBy" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="update_time_" property="updateTime" jdbcType="TIMESTAMP" />-->
|
|
|
+<!-- <result column="shi_fou_guo_shen_" property="shiFouGuoShen" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="bian_zhi_ren_" property="bianZhiRen" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="bian_zhi_bu_men_" property="bianZhiBuMen" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="bian_zhi_shi_jian" property="bianZhiShiJian" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="ren_wu_ming_cheng" property="renWuMingCheng" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="ren_wu_lei_bie_" property="renWuLeiBie" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="ren_wu_zhuang_tai" property="renWuZhuangTai" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="liu_cheng_id_" property="liuChengId" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="liu_cheng_ming_ch" property="liuChengMingCh" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="liu_cheng_ding_yi" property="liuChengDingYi" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="chu_shi_shu_ju_" property="chuShiShuJu" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="ren_wu_ri_qi_" property="renWuRiQi" jdbcType="VARCHAR" />-->
|
|
|
+<!-- <result column="zhi_xing_" property="zhiXing" jdbcType="VARCHAR" />-->
|
|
|
+<!-- </resultMap>-->
|
|
|
+<!-- <sql id="Base_Column_List" >-->
|
|
|
+<!-- id_, tenant_id_, ip_, create_by_, create_time_, update_by_, update_time_, shi_fou_guo_shen_, -->
|
|
|
+<!-- bian_zhi_ren_, bian_zhi_bu_men_, bian_zhi_shi_jian, ren_wu_ming_cheng, ren_wu_lei_bie_, -->
|
|
|
+<!-- ren_wu_zhuang_tai, liu_cheng_id_, liu_cheng_ming_ch, liu_cheng_ding_yi,chu_shi_shu_ju_,-->
|
|
|
+<!-- ren_wu_ri_qi_,zhi_xing_-->
|
|
|
+<!-- </sql>-->
|
|
|
+<!-- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >-->
|
|
|
+<!-- select -->
|
|
|
+<!-- <include refid="Base_Column_List" />-->
|
|
|
+<!-- from t_zqxdsrwb-->
|
|
|
+<!-- where id_ = #{id,jdbcType=VARCHAR}-->
|
|
|
+<!-- </select>-->
|
|
|
+<!-- <delete id="deleteByPrimaryKey" parameterType="java.lang.String" >-->
|
|
|
+<!-- delete from t_zqxdsrwb-->
|
|
|
+<!-- where id_ = #{id,jdbcType=VARCHAR}-->
|
|
|
+<!-- </delete>-->
|
|
|
+<!-- <insert id="insert" parameterType="com.lc.ibps.task.entity.Tzqxdsrwb" >-->
|
|
|
+<!-- insert into t_zqxdsrwb (id_, tenant_id_, ip_, -->
|
|
|
+<!-- create_by_, create_time_, update_by_, -->
|
|
|
+<!-- update_time_, shi_fou_guo_shen_, bian_zhi_ren_, -->
|
|
|
+<!-- bian_zhi_bu_men_, bian_zhi_shi_jian, ren_wu_ming_cheng, -->
|
|
|
+<!-- ren_wu_lei_bie_, ren_wu_zhuang_tai, liu_cheng_id_, -->
|
|
|
+<!-- liu_cheng_ming_ch, liu_cheng_ding_yi)-->
|
|
|
+<!-- values (#{id,jdbcType=VARCHAR}, #{tenantId,jdbcType=VARCHAR}, #{ip,jdbcType=VARCHAR}, -->
|
|
|
+<!-- #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, -->
|
|
|
+<!-- #{updateTime,jdbcType=TIMESTAMP}, #{shiFouGuoShen,jdbcType=VARCHAR}, #{bianZhiRen,jdbcType=VARCHAR}, -->
|
|
|
+<!-- #{bianZhiBuMen,jdbcType=VARCHAR}, #{bianZhiShiJian,jdbcType=VARCHAR}, #{renWuMingCheng,jdbcType=VARCHAR}, -->
|
|
|
+<!-- #{renWuLeiBie,jdbcType=VARCHAR}, #{renWuZhuangTai,jdbcType=VARCHAR}, #{liuChengId,jdbcType=VARCHAR}, -->
|
|
|
+<!-- #{liuChengMingCh,jdbcType=VARCHAR}, #{liuChengDingYi,jdbcType=VARCHAR})-->
|
|
|
+<!-- </insert>-->
|
|
|
+<!-- <insert id="insertSelective" parameterType="com.lc.ibps.task.entity.Tzqxdsrwb" >-->
|
|
|
+<!-- insert into t_zqxdsrwb-->
|
|
|
+<!-- <trim prefix="(" suffix=")" suffixOverrides="," >-->
|
|
|
+<!-- <if test="id != null" >-->
|
|
|
+<!-- id_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="tenantId != null" >-->
|
|
|
+<!-- tenant_id_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="ip != null" >-->
|
|
|
+<!-- ip_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="createBy != null" >-->
|
|
|
+<!-- create_by_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="createTime != null" >-->
|
|
|
+<!-- create_time_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="updateBy != null" >-->
|
|
|
+<!-- update_by_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="updateTime != null" >-->
|
|
|
+<!-- update_time_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="shiFouGuoShen != null" >-->
|
|
|
+<!-- shi_fou_guo_shen_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="bianZhiRen != null" >-->
|
|
|
+<!-- bian_zhi_ren_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="bianZhiBuMen != null" >-->
|
|
|
+<!-- bian_zhi_bu_men_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="bianZhiShiJian != null" >-->
|
|
|
+<!-- bian_zhi_shi_jian,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="renWuMingCheng != null" >-->
|
|
|
+<!-- ren_wu_ming_cheng,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="renWuLeiBie != null" >-->
|
|
|
+<!-- ren_wu_lei_bie_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="renWuZhuangTai != null" >-->
|
|
|
+<!-- ren_wu_zhuang_tai,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="liuChengId != null" >-->
|
|
|
+<!-- liu_cheng_id_,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="liuChengMingCh != null" >-->
|
|
|
+<!-- liu_cheng_ming_ch,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="liuChengDingYi != null" >-->
|
|
|
+<!-- liu_cheng_ding_yi,-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- </trim>-->
|
|
|
+<!-- <trim prefix="values (" suffix=")" suffixOverrides="," >-->
|
|
|
+<!-- <if test="id != null" >-->
|
|
|
+<!-- #{id,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="tenantId != null" >-->
|
|
|
+<!-- #{tenantId,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="ip != null" >-->
|
|
|
+<!-- #{ip,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="createBy != null" >-->
|
|
|
+<!-- #{createBy,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="createTime != null" >-->
|
|
|
+<!-- #{createTime,jdbcType=TIMESTAMP},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="updateBy != null" >-->
|
|
|
+<!-- #{updateBy,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="updateTime != null" >-->
|
|
|
+<!-- #{updateTime,jdbcType=TIMESTAMP},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="shiFouGuoShen != null" >-->
|
|
|
+<!-- #{shiFouGuoShen,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="bianZhiRen != null" >-->
|
|
|
+<!-- #{bianZhiRen,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="bianZhiBuMen != null" >-->
|
|
|
+<!-- #{bianZhiBuMen,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="bianZhiShiJian != null" >-->
|
|
|
+<!-- #{bianZhiShiJian,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="renWuMingCheng != null" >-->
|
|
|
+<!-- #{renWuMingCheng,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="renWuLeiBie != null" >-->
|
|
|
+<!-- #{renWuLeiBie,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="renWuZhuangTai != null" >-->
|
|
|
+<!-- #{renWuZhuangTai,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="liuChengId != null" >-->
|
|
|
+<!-- #{liuChengId,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="liuChengMingCh != null" >-->
|
|
|
+<!-- #{liuChengMingCh,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="liuChengDingYi != null" >-->
|
|
|
+<!-- #{liuChengDingYi,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- </trim>-->
|
|
|
+<!-- </insert>-->
|
|
|
+<!-- <update id="updateByPrimaryKeySelective" parameterType="com.lc.ibps.task.entity.Tzqxdsrwb" >-->
|
|
|
+<!-- update t_zqxdsrwb-->
|
|
|
+<!-- <set >-->
|
|
|
+<!-- <if test="tenantId != null" >-->
|
|
|
+<!-- tenant_id_ = #{tenantId,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="ip != null" >-->
|
|
|
+<!-- ip_ = #{ip,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="createBy != null" >-->
|
|
|
+<!-- create_by_ = #{createBy,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="createTime != null" >-->
|
|
|
+<!-- create_time_ = #{createTime,jdbcType=TIMESTAMP},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="updateBy != null" >-->
|
|
|
+<!-- update_by_ = #{updateBy,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="updateTime != null" >-->
|
|
|
+<!-- update_time_ = #{updateTime,jdbcType=TIMESTAMP},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="shiFouGuoShen != null" >-->
|
|
|
+<!-- shi_fou_guo_shen_ = #{shiFouGuoShen,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="bianZhiRen != null" >-->
|
|
|
+<!-- bian_zhi_ren_ = #{bianZhiRen,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="bianZhiBuMen != null" >-->
|
|
|
+<!-- bian_zhi_bu_men_ = #{bianZhiBuMen,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="bianZhiShiJian != null" >-->
|
|
|
+<!-- bian_zhi_shi_jian = #{bianZhiShiJian,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="renWuMingCheng != null" >-->
|
|
|
+<!-- ren_wu_ming_cheng = #{renWuMingCheng,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="renWuLeiBie != null" >-->
|
|
|
+<!-- ren_wu_lei_bie_ = #{renWuLeiBie,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="renWuZhuangTai != null" >-->
|
|
|
+<!-- ren_wu_zhuang_tai = #{renWuZhuangTai,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="liuChengId != null" >-->
|
|
|
+<!-- liu_cheng_id_ = #{liuChengId,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="liuChengMingCh != null" >-->
|
|
|
+<!-- liu_cheng_ming_ch = #{liuChengMingCh,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- <if test="liuChengDingYi != null" >-->
|
|
|
+<!-- liu_cheng_ding_yi = #{liuChengDingYi,jdbcType=VARCHAR},-->
|
|
|
+<!-- </if>-->
|
|
|
+<!-- </set>-->
|
|
|
+<!-- where id_ = #{id,jdbcType=VARCHAR}-->
|
|
|
+<!-- </update>-->
|
|
|
+<!-- <update id="updateByPrimaryKey" parameterType="com.lc.ibps.task.entity.Tzqxdsrwb" >-->
|
|
|
+<!-- update t_zqxdsrwb-->
|
|
|
+<!-- set tenant_id_ = #{tenantId,jdbcType=VARCHAR},-->
|
|
|
+<!-- ip_ = #{ip,jdbcType=VARCHAR},-->
|
|
|
+<!-- create_by_ = #{createBy,jdbcType=VARCHAR},-->
|
|
|
+<!-- create_time_ = #{createTime,jdbcType=TIMESTAMP},-->
|
|
|
+<!-- update_by_ = #{updateBy,jdbcType=VARCHAR},-->
|
|
|
+<!-- update_time_ = #{updateTime,jdbcType=TIMESTAMP},-->
|
|
|
+<!-- shi_fou_guo_shen_ = #{shiFouGuoShen,jdbcType=VARCHAR},-->
|
|
|
+<!-- bian_zhi_ren_ = #{bianZhiRen,jdbcType=VARCHAR},-->
|
|
|
+<!-- bian_zhi_bu_men_ = #{bianZhiBuMen,jdbcType=VARCHAR},-->
|
|
|
+<!-- bian_zhi_shi_jian = #{bianZhiShiJian,jdbcType=VARCHAR},-->
|
|
|
+<!-- ren_wu_ming_cheng = #{renWuMingCheng,jdbcType=VARCHAR},-->
|
|
|
+<!-- ren_wu_lei_bie_ = #{renWuLeiBie,jdbcType=VARCHAR},-->
|
|
|
+<!-- ren_wu_zhuang_tai = #{renWuZhuangTai,jdbcType=VARCHAR},-->
|
|
|
+<!-- liu_cheng_id_ = #{liuChengId,jdbcType=VARCHAR},-->
|
|
|
+<!-- liu_cheng_ming_ch = #{liuChengMingCh,jdbcType=VARCHAR},-->
|
|
|
+<!-- liu_cheng_ding_yi = #{liuChengDingYi,jdbcType=VARCHAR}-->
|
|
|
+<!-- where id_ = #{id,jdbcType=VARCHAR}-->
|
|
|
+<!-- </update>-->
|
|
|
|
|
|
|
|
|
- <select id="getTzqxdsrwb" resultMap="BaseResultMap" parameterType="java.lang.String" >
|
|
|
- select
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- from t_zqxdsrwb
|
|
|
- where ren_wu_zhuang_tai <![CDATA[ = ]]> 1 and ren_wu_lei_bie_ = #{startSign,jdbcType=VARCHAR}
|
|
|
+<!-- <select id="getTzqxdsrwb" resultMap="BaseResultMap" parameterType="java.lang.String" >-->
|
|
|
+<!-- select-->
|
|
|
+<!-- <include refid="Base_Column_List" />-->
|
|
|
+<!-- from t_zqxdsrwb-->
|
|
|
+<!-- where ren_wu_zhuang_tai <![CDATA[ = ]]> 1 and ren_wu_lei_bie_ = #{startSign,jdbcType=VARCHAR}-->
|
|
|
|
|
|
- </select>
|
|
|
+<!-- </select>-->
|
|
|
|
|
|
- <select id="getTimingTaskTzqxdsrwb" resultMap="BaseResultMap" >
|
|
|
- select
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- from t_zqxdsrwb
|
|
|
- where ren_wu_zhuang_tai <![CDATA[ = ]]> 1 and ren_wu_lei_bie_ <![CDATA[ = ]]> '日期定时' and zhi_xing_ <![CDATA[ <> ]]> '已执行'
|
|
|
- and ren_wu_ri_qi_ <![CDATA[ = ]]> #{dateSign}
|
|
|
- </select>
|
|
|
+<!-- <select id="getTimingTaskTzqxdsrwb" resultMap="BaseResultMap" >-->
|
|
|
+<!-- select-->
|
|
|
+<!-- <include refid="Base_Column_List" />-->
|
|
|
+<!-- from t_zqxdsrwb-->
|
|
|
+<!-- where ren_wu_zhuang_tai <![CDATA[ = ]]> 1 and ren_wu_lei_bie_ <![CDATA[ = ]]> '日期定时' and zhi_xing_ <![CDATA[ <> ]]> '已执行'-->
|
|
|
+<!-- and ren_wu_ri_qi_ <![CDATA[ = ]]> #{dateSign}-->
|
|
|
+<!-- </select>-->
|
|
|
|
|
|
- <update id="updateTimingTaskSign" >
|
|
|
- update t_zqxdsrwb set zhi_xing_='已执行' where id_=#{id}
|
|
|
- </update>
|
|
|
+<!-- <update id="updateTimingTaskSign" >-->
|
|
|
+<!-- update t_zqxdsrwb set zhi_xing_='已执行' where id_=#{id}-->
|
|
|
+<!-- </update>-->
|
|
|
|
|
|
|
|
|
</mapper>
|