|
|
@@ -46,6 +46,12 @@
|
|
|
<result column="update_time" property="updateTime"/>
|
|
|
<result column="submit_state" property="submitState"/>
|
|
|
<result column="del_flag" property="delFlag"/>
|
|
|
+ <result column="xlfd_xlpd" property="xlfdXlpd"/>
|
|
|
+ <result column="xlfd_wgdg" property="xlfdWgdg"/>
|
|
|
+ <result column="xlfd_fdsxlqj" property="xlfdFdsxlqj"/>
|
|
|
+ <result column="xlfd_fdczxlqj" property="xlfdFdczxlqj"/>
|
|
|
+ <result column="sdgjczt_sddg" property="sdgjcztSddg"/>
|
|
|
+ <result column="sdgjczt_sddg_desc" property="sdgjcztSddgDesc"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
@@ -90,7 +96,13 @@
|
|
|
update_by,
|
|
|
update_time,
|
|
|
submit_state,
|
|
|
- del_flag
|
|
|
+ del_flag,
|
|
|
+ xlfd_xlpd,
|
|
|
+ xlfd_wgdg,
|
|
|
+ xlfd_fdsxlqj,
|
|
|
+ xlfd_fdczxlqj,
|
|
|
+ sdgjczt_sddg,
|
|
|
+ sdgjczt_sddg_desc
|
|
|
</sql>
|
|
|
|
|
|
<insert id="insert" parameterType="com.railway.business.catenary.domain.BusJcbFdfxjyq">
|
|
|
@@ -217,7 +229,25 @@
|
|
|
submit_state,
|
|
|
</if>
|
|
|
<if test ='null != delFlag'>
|
|
|
- del_flag
|
|
|
+ del_flag,
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdXlpd'>
|
|
|
+ xlfd_xlpd,
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdWgdg'>
|
|
|
+ xlfd_wgdg,
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdFdsxlqj'>
|
|
|
+ xlfd_fdsxlqj,
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdFdczxlqj'>
|
|
|
+ xlfd_fdczxlqj,
|
|
|
+ </if>
|
|
|
+ <if test ='null != sdgjcztSddg'>
|
|
|
+ sdgjczt_sddg,
|
|
|
+ </if>
|
|
|
+ <if test ='null != sdgjcztSddgDesc'>
|
|
|
+ sdgjczt_sddg_desc
|
|
|
</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
@@ -342,7 +372,25 @@
|
|
|
#{submitState},
|
|
|
</if>
|
|
|
<if test ='null != delFlag'>
|
|
|
- #{delFlag}
|
|
|
+ #{delFlag},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdXlpd'>
|
|
|
+ #{xlfdXlpd},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdWgdg'>
|
|
|
+ #{xlfdWgdg},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdFdsxlqj'>
|
|
|
+ #{xlfdFdsxlqj},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdFdczxlqj'>
|
|
|
+ #{xlfdFdczxlqj},
|
|
|
+ </if>
|
|
|
+ <if test ='null != sdgjcztSddg'>
|
|
|
+ #{sdgjcztSddg},
|
|
|
+ </if>
|
|
|
+ <if test ='null != sdgjcztSddgDesc'>
|
|
|
+ #{sdgjcztSddgDesc}
|
|
|
</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
@@ -396,7 +444,25 @@
|
|
|
<if test ='null != updateBy'>update_by = #{updateBy},</if>
|
|
|
<if test ='null != updateTime'>update_time = #{updateTime},</if>
|
|
|
<if test ='null != submitState'>submit_state = #{submitState},</if>
|
|
|
- <if test ='null != delFlag'>del_flag = #{delFlag}</if>
|
|
|
+ <if test ='null != delFlag'>del_flag = #{delFlag},</if>
|
|
|
+ <if test ='null != xlfdXlpd'>
|
|
|
+ xlfd_xlpd=#{xlfdXlpd},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdWgdg'>
|
|
|
+ xlfd_wgdg=#{xlfdWgdg},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdFdsxlqj'>
|
|
|
+ xlfd_fdsxlqj=#{xlfdFdsxlqj},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xlfdFdczxlqj'>
|
|
|
+ xlfd_fdczxlqj=#{xlfdFdczxlqj},
|
|
|
+ </if>
|
|
|
+ <if test ='null != sdgjcztSddg'>
|
|
|
+ sdgjczt_sddg=#{sdgjcztSddg},
|
|
|
+ </if>
|
|
|
+ <if test ='null != sdgjcztSddgDesc'>
|
|
|
+ sdgjczt_sddg_desc=#{sdgjcztSddgDesc}
|
|
|
+ </if>
|
|
|
</set>
|
|
|
WHERE id = #{id}
|
|
|
</update>
|
|
|
@@ -539,6 +605,24 @@
|
|
|
<if test="delFlag!=null and delFlag!=''">
|
|
|
and del_flag=#{delFlag}
|
|
|
</if>
|
|
|
+ <if test="xlfdXlpd!=null and xlfdXlpd!=''">
|
|
|
+ and xlfd_xlpd=#{xlfdXlpd}
|
|
|
+ </if>
|
|
|
+ <if test="xlfdWgdg!=null and xlfdWgdg!=''">
|
|
|
+ and xlfd_wgdg=#{xlfdWgdg}
|
|
|
+ </if>
|
|
|
+ <if test="xlfdFdsxlqj!=null and xlfdFdsxlqj!=''">
|
|
|
+ and xlfd_fdsxlqj=#{xlfdFdsxlqj}
|
|
|
+ </if>
|
|
|
+ <if test="xlfdFdczxlqj!=null and xlfdFdczxlqj!=''">
|
|
|
+ and xlfd_fdczxlqj=#{xlfdFdczxlqj}
|
|
|
+ </if>
|
|
|
+ <if test="sdgjcztSddg!=null and sdgjcztSddg!=''">
|
|
|
+ and sdgjczt_sddg=#{sdgjcztSddg}
|
|
|
+ </if>
|
|
|
+ <if test="sdgjcztSddgDesc!=null and sdgjcztSddgDesc!=''">
|
|
|
+ and sdgjczt_sddg_desc=#{sdgjcztSddgDesc}
|
|
|
+ </if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|