|
@@ -26,10 +26,11 @@
|
|
|
<result property="wanChengQiXian" column="wan_cheng_qi_xian" jdbcType="VARCHAR"/>
|
|
<result property="wanChengQiXian" column="wan_cheng_qi_xian" jdbcType="VARCHAR"/>
|
|
|
<result property="jiHuaZhuBiaoId" column="ji_hua_zhu_biao_i" jdbcType="VARCHAR"/>
|
|
<result property="jiHuaZhuBiaoId" column="ji_hua_zhu_biao_i" jdbcType="VARCHAR"/>
|
|
|
<result property="jiHuaZiBiaoId" column="ji_hua_zi_biao_id" jdbcType="VARCHAR"/>
|
|
<result property="jiHuaZiBiaoId" column="ji_hua_zi_biao_id" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result property="shiFouTuiSong" column="shi_fou_tui_song_" jdbcType="VARCHAR"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<sql id="columns">
|
|
<sql id="columns">
|
|
|
- id_,create_by_,update_by_,shi_fou_guo_shen_,create_time_,di_dian_,bian_zhi_ren_,bian_zhi_bu_men_,bian_zhi_shi_jian,ping_shen_lei_xin,shen_bao_shi_jian,ping_shen_shi_jia,nian_du_,pai_xu_hao_,wen_jian_ming_che,wen_jian_shuo_min,tian_xie_shuo_min,zhu_yi_shi_xiang_,fu_ze_ren_,wan_cheng_qi_xian,ji_hua_zhu_biao_i,ji_hua_zi_biao_id
|
|
|
|
|
|
|
+ id_,create_by_,update_by_,shi_fou_guo_shen_,create_time_,di_dian_,bian_zhi_ren_,bian_zhi_bu_men_,bian_zhi_shi_jian,ping_shen_lei_xin,shen_bao_shi_jian,ping_shen_shi_jia,nian_du_,pai_xu_hao_,wen_jian_ming_che,wen_jian_shuo_min,tian_xie_shuo_min,zhu_yi_shi_xiang_,fu_ze_ren_,wan_cheng_qi_xian,ji_hua_zhu_biao_i,ji_hua_zi_biao_id,shi_fou_tui_song_
|
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
|
|
<insert id="add" parameterType="com.lc.ibps.business.dto.ApprovalDTO">
|
|
<insert id="add" parameterType="com.lc.ibps.business.dto.ApprovalDTO">
|
|
@@ -40,7 +41,7 @@
|
|
|
#{diDian,jdbcType=VARCHAR}, #{bianZhiRen,jdbcType=VARCHAR}, #{bianZhiBuMen,jdbcType=VARCHAR}, #{bianZhiShiJian,jdbcType=VARCHAR}, #{pingShenLeiXing,jdbcType=VARCHAR},
|
|
#{diDian,jdbcType=VARCHAR}, #{bianZhiRen,jdbcType=VARCHAR}, #{bianZhiBuMen,jdbcType=VARCHAR}, #{bianZhiShiJian,jdbcType=VARCHAR}, #{pingShenLeiXing,jdbcType=VARCHAR},
|
|
|
#{shenBaoShiJian,jdbcType=VARCHAR}, #{pingShenShiJian,jdbcType=VARCHAR}, #{nianDu,jdbcType=VARCHAR}, #{paiXuHao,jdbcType=VARCHAR}, #{wenJianMingCheng,jdbcType=VARCHAR},
|
|
#{shenBaoShiJian,jdbcType=VARCHAR}, #{pingShenShiJian,jdbcType=VARCHAR}, #{nianDu,jdbcType=VARCHAR}, #{paiXuHao,jdbcType=VARCHAR}, #{wenJianMingCheng,jdbcType=VARCHAR},
|
|
|
#{wenJianShuoMing,jdbcType=VARCHAR}, #{tianXieShuoMing,jdbcType=VARCHAR}, #{zhuYiShiXiang,jdbcType=VARCHAR}, #{fuZeRen,jdbcType=VARCHAR}, #{wanChengQiXian,jdbcType=VARCHAR},
|
|
#{wenJianShuoMing,jdbcType=VARCHAR}, #{tianXieShuoMing,jdbcType=VARCHAR}, #{zhuYiShiXiang,jdbcType=VARCHAR}, #{fuZeRen,jdbcType=VARCHAR}, #{wanChengQiXian,jdbcType=VARCHAR},
|
|
|
- #{jiHuaZhuBiaoId,jdbcType=VARCHAR}, #{jiHuaZiBiaoId,jdbcType=VARCHAR})
|
|
|
|
|
|
|
+ #{jiHuaZhuBiaoId,jdbcType=VARCHAR}, #{jiHuaZiBiaoId,jdbcType=VARCHAR}, #{shiFouTuiSong,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|