|
@@ -30,7 +30,7 @@
|
|
|
<result property="shiYanCanShu" column="SHI_YAN_CAN_SHU_" jdbcType="BLOB"/>
|
|
<result property="shiYanCanShu" column="SHI_YAN_CAN_SHU_" jdbcType="BLOB"/>
|
|
|
<result property="shiYanShuJu" column="SHI_YAN_SHU_JU_" jdbcType="BLOB"/>
|
|
<result property="shiYanShuJu" column="SHI_YAN_SHU_JU_" jdbcType="BLOB"/>
|
|
|
<result property="shenHeRen" column="SHEN_HE_REN_" jdbcType="VARCHAR"/>
|
|
<result property="shenHeRen" column="SHEN_HE_REN_" jdbcType="VARCHAR"/>
|
|
|
- <result property="baoGaoShiJian" column="BAO_GAO_SHI_JIAN_" jdbcType="TIMESTAMP"/>
|
|
|
|
|
|
|
+ <result property="baoGaoShiJian" column="BAO_GAO_SHI_JIAN_" jdbcType="VARCHAR"/>
|
|
|
<result property="fuJian" column="FU_JIAN_" jdbcType="VARCHAR"/>
|
|
<result property="fuJian" column="FU_JIAN_" jdbcType="VARCHAR"/>
|
|
|
<result property="shiYanJieLun" column="SHI_YAN_JIE_LUN_" jdbcType="BLOB"/>
|
|
<result property="shiYanJieLun" column="SHI_YAN_JIE_LUN_" jdbcType="BLOB"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
@@ -43,7 +43,7 @@
|
|
|
INSERT INTO T_XNYZSYXX
|
|
INSERT INTO T_XNYZSYXX
|
|
|
(<include refid="columns"/>)
|
|
(<include refid="columns"/>)
|
|
|
VALUES
|
|
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}, #{diDian,jdbcType=VARCHAR}, #{bianZhiRen,jdbcType=VARCHAR}, #{bianZhiBuMen,jdbcType=VARCHAR}, #{bianZhiShiJian,jdbcType=VARCHAR}, #{kuaiZhao,jdbcType=VARCHAR}, #{shiYanXiangMu,jdbcType=VARCHAR}, #{shiYanFangFa,jdbcType=VARCHAR}, #{yangBenLeiXing,jdbcType=VARCHAR}, #{shiYanYiQi,jdbcType=VARCHAR}, #{yiQiBianHao,jdbcType=VARCHAR}, #{kaiShiShiJian,jdbcType=VARCHAR}, #{jieShuShiJian,jdbcType=VARCHAR}, #{jieGuoDanWei,jdbcType=VARCHAR}, #{baoLiuXiaoShu,jdbcType=VARCHAR}, #{beiZhu,jdbcType=VARCHAR}, #{fangAnLeiXing,jdbcType=VARCHAR}, #{shiYanCanShu,jdbcType=BLOB}, #{shiYanShuJu,jdbcType=BLOB}, #{shenHeRen,jdbcType=VARCHAR}, #{baoGaoShiJian,jdbcType=TIMESTAMP}, #{fuJian,jdbcType=VARCHAR}, #{shiYanJieLun,jdbcType=BLOB})
|
|
|
|
|
|
|
+ (#{id,jdbcType=VARCHAR}, #{tenantId,jdbcType=VARCHAR}, #{ip,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{shiFouGuoShen,jdbcType=VARCHAR}, #{diDian,jdbcType=VARCHAR}, #{bianZhiRen,jdbcType=VARCHAR}, #{bianZhiBuMen,jdbcType=VARCHAR}, #{bianZhiShiJian,jdbcType=VARCHAR}, #{kuaiZhao,jdbcType=VARCHAR}, #{shiYanXiangMu,jdbcType=VARCHAR}, #{shiYanFangFa,jdbcType=VARCHAR}, #{yangBenLeiXing,jdbcType=VARCHAR}, #{shiYanYiQi,jdbcType=VARCHAR}, #{yiQiBianHao,jdbcType=VARCHAR}, #{kaiShiShiJian,jdbcType=VARCHAR}, #{jieShuShiJian,jdbcType=VARCHAR}, #{jieGuoDanWei,jdbcType=VARCHAR}, #{baoLiuXiaoShu,jdbcType=VARCHAR}, #{beiZhu,jdbcType=VARCHAR}, #{fangAnLeiXing,jdbcType=VARCHAR}, #{shiYanCanShu,jdbcType=BLOB}, #{shiYanShuJu,jdbcType=BLOB}, #{shenHeRen,jdbcType=VARCHAR}, #{baoGaoShiJian,jdbcType=VARCHAR}, #{fuJian,jdbcType=VARCHAR}, #{shiYanJieLun,jdbcType=BLOB})
|
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
|
|
<select id="get" parameterType="java.lang.String" resultMap="ExperimentalPo">
|
|
<select id="get" parameterType="java.lang.String" resultMap="ExperimentalPo">
|
|
@@ -111,7 +111,7 @@
|
|
|
SHI_YAN_CAN_SHU_=#{shiYanCanShu,jdbcType=BLOB},
|
|
SHI_YAN_CAN_SHU_=#{shiYanCanShu,jdbcType=BLOB},
|
|
|
SHI_YAN_SHU_JU_=#{shiYanShuJu,jdbcType=BLOB},
|
|
SHI_YAN_SHU_JU_=#{shiYanShuJu,jdbcType=BLOB},
|
|
|
SHEN_HE_REN_=#{shenHeRen,jdbcType=VARCHAR},
|
|
SHEN_HE_REN_=#{shenHeRen,jdbcType=VARCHAR},
|
|
|
- BAO_GAO_SHI_JIAN_=#{baoGaoShiJian,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
+ BAO_GAO_SHI_JIAN_=#{baoGaoShiJian,jdbcType=VARCHAR},
|
|
|
FU_JIAN_=#{fuJian,jdbcType=VARCHAR},
|
|
FU_JIAN_=#{fuJian,jdbcType=VARCHAR},
|
|
|
SHI_YAN_JIE_LUN_=#{shiYanJieLun,jdbcType=BLOB}
|
|
SHI_YAN_JIE_LUN_=#{shiYanJieLun,jdbcType=BLOB}
|
|
|
WHERE
|
|
WHERE
|