|
|
@@ -0,0 +1,607 @@
|
|
|
+<?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.railway.business.catenary.mapper.BusJcbJcxcMapper">
|
|
|
+
|
|
|
+ <resultMap id="BaseResultMap" type="com.railway.business.catenary.domain.BusJcbJcxc">
|
|
|
+ <result column="id" property="id"/>
|
|
|
+ <result column="zhanqujian" property="zhanqujian"/>
|
|
|
+ <result column="zhizhuhao" property="zhizhuhao"/>
|
|
|
+ <result column="xianchahao" property="xianchahao"/>
|
|
|
+ <result column="wendu" property="wendu"/>
|
|
|
+ <result column="jianchariqi" property="jianchariqi"/>
|
|
|
+ <result column="gz1lcz" property="gz1lcz"/>
|
|
|
+ <result column="gz2lcz" property="gz2lcz"/>
|
|
|
+ <result column="zglcz" property="zglcz"/>
|
|
|
+ <result column="qglcz" property="qglcz"/>
|
|
|
+ <result column="ngj" property="ngj"/>
|
|
|
+ <result column="plz" property="plz"/>
|
|
|
+ <result column="xcxzgazlg" property="xcxzgazlg"/>
|
|
|
+ <result column="xcxzgazlg_gzms" property="xcxzgazlgGzms"/>
|
|
|
+ <result column="hdjx" property="hdjx"/>
|
|
|
+ <result column="hdjx_gzms" property="hdjxGzms"/>
|
|
|
+ <result column="fhzzsq" property="fhzzsq"/>
|
|
|
+ <result column="fhzzsq_gzms" property="fhzzsqGzms"/>
|
|
|
+ <result column="dqssxx" property="dqssxx"/>
|
|
|
+ <result column="dqssxx_gzms" property="dqssxxGzms"/>
|
|
|
+ <result column="lswst" property="lswst"/>
|
|
|
+ <result column="lswst_gzms" property="lswstGzms"/>
|
|
|
+ <result column="xzgldydx" property="xzgldydx"/>
|
|
|
+ <result column="xzgldydx_gzms" property="xzgldydxGzms"/>
|
|
|
+ <result column="dxztlh" property="dxztlh"/>
|
|
|
+ <result column="dxztlh_gzms" property="dxztlhGzms"/>
|
|
|
+ <result column="czjj" property="czjj"/>
|
|
|
+ <result column="lgzzgc" property="lgzzgc"/>
|
|
|
+ <result column="gzyfzgc" property="gzyfzgc"/>
|
|
|
+ <result column="wxj" property="wxj"/>
|
|
|
+ <result column="wxj_gzms" property="wxjGzms"/>
|
|
|
+ <result column="hddxxjzt" property="hddxxjzt"/>
|
|
|
+ <result column="hddxxjzt_gzms" property="hddxxjztGzms"/>
|
|
|
+ <result column="jcdxzt" property="jcdxzt"/>
|
|
|
+ <result column="jcdxzt_gzms" property="jcdxztGzms"/>
|
|
|
+ <result column="dljxzt" property="dljxzt"/>
|
|
|
+ <result column="dljxzt_gzms" property="dljxztGzms"/>
|
|
|
+ <result column="sbzt" property="sbzt"/>
|
|
|
+ <result column="jcr" property="jcr"/>
|
|
|
+ <result column="ctwt" property="ctwt"/>
|
|
|
+ <result column="submit_status" property="submitStatus"/>
|
|
|
+ <result column="create_by" property="createBy"/>
|
|
|
+ <result column="create_time" property="createTime"/>
|
|
|
+ <result column="update_by" property="updateBy"/>
|
|
|
+ <result column="update_time" property="updateTime"/>
|
|
|
+ <result column="user_id" property="userId"/>
|
|
|
+ </resultMap>
|
|
|
+
|
|
|
+ <sql id="Base_Column_List">
|
|
|
+ id,
|
|
|
+ zhanqujian,
|
|
|
+ zhizhuhao,
|
|
|
+ xianchahao,
|
|
|
+ wendu,
|
|
|
+ jianchariqi,
|
|
|
+ gz1lcz,
|
|
|
+ gz2lcz,
|
|
|
+ zglcz,
|
|
|
+ qglcz,
|
|
|
+ ngj,
|
|
|
+ plz,
|
|
|
+ xcxzgazlg,
|
|
|
+ xcxzgazlg_gzms,
|
|
|
+ hdjx,
|
|
|
+ hdjx_gzms,
|
|
|
+ fhzzsq,
|
|
|
+ fhzzsq_gzms,
|
|
|
+ dqssxx,
|
|
|
+ dqssxx_gzms,
|
|
|
+ lswst,
|
|
|
+ lswst_gzms,
|
|
|
+ xzgldydx,
|
|
|
+ xzgldydx_gzms,
|
|
|
+ dxztlh,
|
|
|
+ dxztlh_gzms,
|
|
|
+ czjj,
|
|
|
+ lgzzgc,
|
|
|
+ gzyfzgc,
|
|
|
+ wxj,
|
|
|
+ wxj_gzms,
|
|
|
+ hddxxjzt,
|
|
|
+ hddxxjzt_gzms,
|
|
|
+ jcdxzt,
|
|
|
+ jcdxzt_gzms,
|
|
|
+ dljxzt,
|
|
|
+ dljxzt_gzms,
|
|
|
+ sbzt,
|
|
|
+ jcr,
|
|
|
+ ctwt,
|
|
|
+ submit_status,
|
|
|
+ create_by,
|
|
|
+ create_time,
|
|
|
+ update_by,
|
|
|
+ update_time,
|
|
|
+ user_id
|
|
|
+ </sql>
|
|
|
+
|
|
|
+ <insert id="insert" parameterType="com.railway.business.catenary.domain.BusJcbJcxc">
|
|
|
+ INSERT INTO bus_jcb_jcxc
|
|
|
+ <trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
+ <if test ='null != zhanqujian'>
|
|
|
+ zhanqujian,
|
|
|
+ </if>
|
|
|
+ <if test ='null != zhizhuhao'>
|
|
|
+ zhizhuhao,
|
|
|
+ </if>
|
|
|
+ <if test ='null != xianchahao'>
|
|
|
+ xianchahao,
|
|
|
+ </if>
|
|
|
+ <if test ='null != wendu'>
|
|
|
+ wendu,
|
|
|
+ </if>
|
|
|
+ <if test ='null != jianchariqi'>
|
|
|
+ jianchariqi,
|
|
|
+ </if>
|
|
|
+ <if test ='null != gz1lcz'>
|
|
|
+ gz1lcz,
|
|
|
+ </if>
|
|
|
+ <if test ='null != gz2lcz'>
|
|
|
+ gz2lcz,
|
|
|
+ </if>
|
|
|
+ <if test ='null != zglcz'>
|
|
|
+ zglcz,
|
|
|
+ </if>
|
|
|
+ <if test ='null != qglcz'>
|
|
|
+ qglcz,
|
|
|
+ </if>
|
|
|
+ <if test ='null != ngj'>
|
|
|
+ ngj,
|
|
|
+ </if>
|
|
|
+ <if test ='null != plz'>
|
|
|
+ plz,
|
|
|
+ </if>
|
|
|
+ <if test ='null != xcxzgazlg'>
|
|
|
+ xcxzgazlg,
|
|
|
+ </if>
|
|
|
+ <if test ='null != xcxzgazlgGzms'>
|
|
|
+ xcxzgazlg_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != hdjx'>
|
|
|
+ hdjx,
|
|
|
+ </if>
|
|
|
+ <if test ='null != hdjxGzms'>
|
|
|
+ hdjx_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != fhzzsq'>
|
|
|
+ fhzzsq,
|
|
|
+ </if>
|
|
|
+ <if test ='null != fhzzsqGzms'>
|
|
|
+ fhzzsq_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != dqssxx'>
|
|
|
+ dqssxx,
|
|
|
+ </if>
|
|
|
+ <if test ='null != dqssxxGzms'>
|
|
|
+ dqssxx_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != lswst'>
|
|
|
+ lswst,
|
|
|
+ </if>
|
|
|
+ <if test ='null != lswstGzms'>
|
|
|
+ lswst_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != xzgldydx'>
|
|
|
+ xzgldydx,
|
|
|
+ </if>
|
|
|
+ <if test ='null != xzgldydxGzms'>
|
|
|
+ xzgldydx_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != dxztlh'>
|
|
|
+ dxztlh,
|
|
|
+ </if>
|
|
|
+ <if test ='null != dxztlhGzms'>
|
|
|
+ dxztlh_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != czjj'>
|
|
|
+ czjj,
|
|
|
+ </if>
|
|
|
+ <if test ='null != lgzzgc'>
|
|
|
+ lgzzgc,
|
|
|
+ </if>
|
|
|
+ <if test ='null != gzyfzgc'>
|
|
|
+ gzyfzgc,
|
|
|
+ </if>
|
|
|
+ <if test ='null != wxj'>
|
|
|
+ wxj,
|
|
|
+ </if>
|
|
|
+ <if test ='null != wxjGzms'>
|
|
|
+ wxj_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != hddxxjzt'>
|
|
|
+ hddxxjzt,
|
|
|
+ </if>
|
|
|
+ <if test ='null != hddxxjztGzms'>
|
|
|
+ hddxxjzt_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != jcdxzt'>
|
|
|
+ jcdxzt,
|
|
|
+ </if>
|
|
|
+ <if test ='null != jcdxztGzms'>
|
|
|
+ jcdxzt_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != dljxzt'>
|
|
|
+ dljxzt,
|
|
|
+ </if>
|
|
|
+ <if test ='null != dljxztGzms'>
|
|
|
+ dljxzt_gzms,
|
|
|
+ </if>
|
|
|
+ <if test ='null != sbzt'>
|
|
|
+ sbzt,
|
|
|
+ </if>
|
|
|
+ <if test ='null != jcr'>
|
|
|
+ jcr,
|
|
|
+ </if>
|
|
|
+ <if test ='null != ctwt'>
|
|
|
+ ctwt,
|
|
|
+ </if>
|
|
|
+ <if test ='null != submitStatus'>
|
|
|
+ submit_status,
|
|
|
+ </if>
|
|
|
+ <if test ='null != createBy'>
|
|
|
+ create_by,
|
|
|
+ </if>
|
|
|
+ <if test ='null != createTime'>
|
|
|
+ create_time,
|
|
|
+ </if>
|
|
|
+ <if test ='null != updateBy'>
|
|
|
+ update_by,
|
|
|
+ </if>
|
|
|
+ <if test ='null != updateTime'>
|
|
|
+ update_time,
|
|
|
+ </if>
|
|
|
+ <if test ='null != userId'>
|
|
|
+ user_id
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ <trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
+ <if test ='null != zhanqujian'>
|
|
|
+ #{zhanqujian},
|
|
|
+ </if>
|
|
|
+ <if test ='null != zhizhuhao'>
|
|
|
+ #{zhizhuhao},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xianchahao'>
|
|
|
+ #{xianchahao},
|
|
|
+ </if>
|
|
|
+ <if test ='null != wendu'>
|
|
|
+ #{wendu},
|
|
|
+ </if>
|
|
|
+ <if test ='null != jianchariqi'>
|
|
|
+ #{jianchariqi},
|
|
|
+ </if>
|
|
|
+ <if test ='null != gz1lcz'>
|
|
|
+ #{gz1lcz},
|
|
|
+ </if>
|
|
|
+ <if test ='null != gz2lcz'>
|
|
|
+ #{gz2lcz},
|
|
|
+ </if>
|
|
|
+ <if test ='null != zglcz'>
|
|
|
+ #{zglcz},
|
|
|
+ </if>
|
|
|
+ <if test ='null != qglcz'>
|
|
|
+ #{qglcz},
|
|
|
+ </if>
|
|
|
+ <if test ='null != ngj'>
|
|
|
+ #{ngj},
|
|
|
+ </if>
|
|
|
+ <if test ='null != plz'>
|
|
|
+ #{plz},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xcxzgazlg'>
|
|
|
+ #{xcxzgazlg},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xcxzgazlgGzms'>
|
|
|
+ #{xcxzgazlgGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != hdjx'>
|
|
|
+ #{hdjx},
|
|
|
+ </if>
|
|
|
+ <if test ='null != hdjxGzms'>
|
|
|
+ #{hdjxGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != fhzzsq'>
|
|
|
+ #{fhzzsq},
|
|
|
+ </if>
|
|
|
+ <if test ='null != fhzzsqGzms'>
|
|
|
+ #{fhzzsqGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != dqssxx'>
|
|
|
+ #{dqssxx},
|
|
|
+ </if>
|
|
|
+ <if test ='null != dqssxxGzms'>
|
|
|
+ #{dqssxxGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != lswst'>
|
|
|
+ #{lswst},
|
|
|
+ </if>
|
|
|
+ <if test ='null != lswstGzms'>
|
|
|
+ #{lswstGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xzgldydx'>
|
|
|
+ #{xzgldydx},
|
|
|
+ </if>
|
|
|
+ <if test ='null != xzgldydxGzms'>
|
|
|
+ #{xzgldydxGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != dxztlh'>
|
|
|
+ #{dxztlh},
|
|
|
+ </if>
|
|
|
+ <if test ='null != dxztlhGzms'>
|
|
|
+ #{dxztlhGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != czjj'>
|
|
|
+ #{czjj},
|
|
|
+ </if>
|
|
|
+ <if test ='null != lgzzgc'>
|
|
|
+ #{lgzzgc},
|
|
|
+ </if>
|
|
|
+ <if test ='null != gzyfzgc'>
|
|
|
+ #{gzyfzgc},
|
|
|
+ </if>
|
|
|
+ <if test ='null != wxj'>
|
|
|
+ #{wxj},
|
|
|
+ </if>
|
|
|
+ <if test ='null != wxjGzms'>
|
|
|
+ #{wxjGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != hddxxjzt'>
|
|
|
+ #{hddxxjzt},
|
|
|
+ </if>
|
|
|
+ <if test ='null != hddxxjztGzms'>
|
|
|
+ #{hddxxjztGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != jcdxzt'>
|
|
|
+ #{jcdxzt},
|
|
|
+ </if>
|
|
|
+ <if test ='null != jcdxztGzms'>
|
|
|
+ #{jcdxztGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != dljxzt'>
|
|
|
+ #{dljxzt},
|
|
|
+ </if>
|
|
|
+ <if test ='null != dljxztGzms'>
|
|
|
+ #{dljxztGzms},
|
|
|
+ </if>
|
|
|
+ <if test ='null != sbzt'>
|
|
|
+ #{sbzt},
|
|
|
+ </if>
|
|
|
+ <if test ='null != jcr'>
|
|
|
+ #{jcr},
|
|
|
+ </if>
|
|
|
+ <if test ='null != ctwt'>
|
|
|
+ #{ctwt},
|
|
|
+ </if>
|
|
|
+ <if test ='null != submitStatus'>
|
|
|
+ #{submitStatus},
|
|
|
+ </if>
|
|
|
+ <if test ='null != createBy'>
|
|
|
+ #{createBy},
|
|
|
+ </if>
|
|
|
+ <if test ='null != createTime'>
|
|
|
+ #{createTime},
|
|
|
+ </if>
|
|
|
+ <if test ='null != updateBy'>
|
|
|
+ #{updateBy},
|
|
|
+ </if>
|
|
|
+ <if test ='null != updateTime'>
|
|
|
+ #{updateTime},
|
|
|
+ </if>
|
|
|
+ <if test ='null != userId'>
|
|
|
+ #{userId}
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ </insert>
|
|
|
+
|
|
|
+ <delete id="delete">
|
|
|
+ UPDATE bus_jcb_jcxc
|
|
|
+ set del_flag='1'
|
|
|
+ WHERE id = #{id}
|
|
|
+ </delete>
|
|
|
+
|
|
|
+ <update id="update" parameterType="com.railway.business.catenary.domain.BusJcbJcxc">
|
|
|
+ UPDATE bus_jcb_jcxc
|
|
|
+ <set>
|
|
|
+ <if test ='null != zhanqujian'>zhanqujian = #{zhanqujian},</if>
|
|
|
+ <if test ='null != zhizhuhao'>zhizhuhao = #{zhizhuhao},</if>
|
|
|
+ <if test ='null != xianchahao'>xianchahao = #{xianchahao},</if>
|
|
|
+ <if test ='null != wendu'>wendu = #{wendu},</if>
|
|
|
+ <if test ='null != jianchariqi'>jianchariqi = #{jianchariqi},</if>
|
|
|
+ <if test ='null != gz1lcz'>gz1lcz = #{gz1lcz},</if>
|
|
|
+ <if test ='null != gz2lcz'>gz2lcz = #{gz2lcz},</if>
|
|
|
+ <if test ='null != zglcz'>zglcz = #{zglcz},</if>
|
|
|
+ <if test ='null != qglcz'>qglcz = #{qglcz},</if>
|
|
|
+ <if test ='null != ngj'>ngj = #{ngj},</if>
|
|
|
+ <if test ='null != plz'>plz = #{plz},</if>
|
|
|
+ <if test ='null != xcxzgazlg'>xcxzgazlg = #{xcxzgazlg},</if>
|
|
|
+ <if test ='null != xcxzgazlgGzms'>xcxzgazlg_gzms = #{xcxzgazlgGzms},</if>
|
|
|
+ <if test ='null != hdjx'>hdjx = #{hdjx},</if>
|
|
|
+ <if test ='null != hdjxGzms'>hdjx_gzms = #{hdjxGzms},</if>
|
|
|
+ <if test ='null != fhzzsq'>fhzzsq = #{fhzzsq},</if>
|
|
|
+ <if test ='null != fhzzsqGzms'>fhzzsq_gzms = #{fhzzsqGzms},</if>
|
|
|
+ <if test ='null != dqssxx'>dqssxx = #{dqssxx},</if>
|
|
|
+ <if test ='null != dqssxxGzms'>dqssxx_gzms = #{dqssxxGzms},</if>
|
|
|
+ <if test ='null != lswst'>lswst = #{lswst},</if>
|
|
|
+ <if test ='null != lswstGzms'>lswst_gzms = #{lswstGzms},</if>
|
|
|
+ <if test ='null != xzgldydx'>xzgldydx = #{xzgldydx},</if>
|
|
|
+ <if test ='null != xzgldydxGzms'>xzgldydx_gzms = #{xzgldydxGzms},</if>
|
|
|
+ <if test ='null != dxztlh'>dxztlh = #{dxztlh},</if>
|
|
|
+ <if test ='null != dxztlhGzms'>dxztlh_gzms = #{dxztlhGzms},</if>
|
|
|
+ <if test ='null != czjj'>czjj = #{czjj},</if>
|
|
|
+ <if test ='null != lgzzgc'>lgzzgc = #{lgzzgc},</if>
|
|
|
+ <if test ='null != gzyfzgc'>gzyfzgc = #{gzyfzgc},</if>
|
|
|
+ <if test ='null != wxj'>wxj = #{wxj},</if>
|
|
|
+ <if test ='null != wxjGzms'>wxj_gzms = #{wxjGzms},</if>
|
|
|
+ <if test ='null != hddxxjzt'>hddxxjzt = #{hddxxjzt},</if>
|
|
|
+ <if test ='null != hddxxjztGzms'>hddxxjzt_gzms = #{hddxxjztGzms},</if>
|
|
|
+ <if test ='null != jcdxzt'>jcdxzt = #{jcdxzt},</if>
|
|
|
+ <if test ='null != jcdxztGzms'>jcdxzt_gzms = #{jcdxztGzms},</if>
|
|
|
+ <if test ='null != dljxzt'>dljxzt = #{dljxzt},</if>
|
|
|
+ <if test ='null != dljxztGzms'>dljxzt_gzms = #{dljxztGzms},</if>
|
|
|
+ <if test ='null != sbzt'>sbzt = #{sbzt},</if>
|
|
|
+ <if test ='null != jcr'>jcr = #{jcr},</if>
|
|
|
+ <if test ='null != ctwt'>ctwt = #{ctwt},</if>
|
|
|
+ <if test ='null != submitStatus'>submit_status = #{submitStatus},</if>
|
|
|
+ <if test ='null != createBy'>create_by = #{createBy},</if>
|
|
|
+ <if test ='null != createTime'>create_time = #{createTime},</if>
|
|
|
+ <if test ='null != updateBy'>update_by = #{updateBy},</if>
|
|
|
+ <if test ='null != updateTime'>update_time = #{updateTime},</if>
|
|
|
+ <if test ='null != userId'>user_id = #{userId}</if>
|
|
|
+ </set>
|
|
|
+ WHERE id = #{id}
|
|
|
+ </update>
|
|
|
+
|
|
|
+
|
|
|
+ <select id="getInfo" resultMap="BaseResultMap">
|
|
|
+ SELECT
|
|
|
+ <include refid="Base_Column_List"/>
|
|
|
+ FROM bus_jcb_jcxc
|
|
|
+ WHERE del_flag='0' and id = #{id}
|
|
|
+
|
|
|
+ </select>
|
|
|
+
|
|
|
+ <select id="getLastRecord" resultMap="BaseResultMap">
|
|
|
+ SELECT
|
|
|
+ a.GZ1LCZ, a.GZ2LCZ, a.ZGLCZ, a.QGLCZ, a.NGJ, a.PLZ, a.CZJJ, a.LGZZGC, a.GZYFZGC
|
|
|
+ FROM bus_jcb_jcxc a,
|
|
|
+ (
|
|
|
+ select max(update_time) as lastTime
|
|
|
+ from bus_jcb_jcxc
|
|
|
+ WHERE user_id = #{user_id}
|
|
|
+ and submit_status != '0'
|
|
|
+ ) b
|
|
|
+ WHERE a.update_time = b.lastTime
|
|
|
+
|
|
|
+ </select>
|
|
|
+
|
|
|
+ <select id="getList" resultMap="BaseResultMap">
|
|
|
+ SELECT
|
|
|
+ <include refid="Base_Column_List"/>
|
|
|
+ FROM bus_jcb_jcxc
|
|
|
+ <where>
|
|
|
+ del_flag='0'
|
|
|
+ <if test="zhanqujian!=null and zhanqujian!=''">
|
|
|
+ and zhanqujian=#{zhanqujian}
|
|
|
+ </if>
|
|
|
+ <if test="zhizhuhao!=null and zhizhuhao!=''">
|
|
|
+ and zhizhuhao=#{zhizhuhao}
|
|
|
+ </if>
|
|
|
+ <if test="xianchahao!=null and xianchahao!=''">
|
|
|
+ and xianchahao=#{xianchahao}
|
|
|
+ </if>
|
|
|
+ <if test="wendu!=null and wendu!=''">
|
|
|
+ and wendu=#{wendu}
|
|
|
+ </if>
|
|
|
+ <if test="jianchariqi!=null and jianchariqi!=''">
|
|
|
+ and jianchariqi=#{jianchariqi}
|
|
|
+ </if>
|
|
|
+ <if test="gz1lcz!=null and gz1lcz!=''">
|
|
|
+ and gz1lcz=#{gz1lcz}
|
|
|
+ </if>
|
|
|
+ <if test="gz2lcz!=null and gz2lcz!=''">
|
|
|
+ and gz2lcz=#{gz2lcz}
|
|
|
+ </if>
|
|
|
+ <if test="zglcz!=null and zglcz!=''">
|
|
|
+ and zglcz=#{zglcz}
|
|
|
+ </if>
|
|
|
+ <if test="qglcz!=null and qglcz!=''">
|
|
|
+ and qglcz=#{qglcz}
|
|
|
+ </if>
|
|
|
+ <if test="ngj!=null and ngj!=''">
|
|
|
+ and ngj=#{ngj}
|
|
|
+ </if>
|
|
|
+ <if test="plz!=null and plz!=''">
|
|
|
+ and plz=#{plz}
|
|
|
+ </if>
|
|
|
+ <if test="xcxzgazlg!=null and xcxzgazlg!=''">
|
|
|
+ and xcxzgazlg=#{xcxzgazlg}
|
|
|
+ </if>
|
|
|
+ <if test="xcxzgazlgGzms!=null and xcxzgazlgGzms!=''">
|
|
|
+ and xcxzgazlg_gzms=#{xcxzgazlgGzms}
|
|
|
+ </if>
|
|
|
+ <if test="hdjx!=null and hdjx!=''">
|
|
|
+ and hdjx=#{hdjx}
|
|
|
+ </if>
|
|
|
+ <if test="hdjxGzms!=null and hdjxGzms!=''">
|
|
|
+ and hdjx_gzms=#{hdjxGzms}
|
|
|
+ </if>
|
|
|
+ <if test="fhzzsq!=null and fhzzsq!=''">
|
|
|
+ and fhzzsq=#{fhzzsq}
|
|
|
+ </if>
|
|
|
+ <if test="fhzzsqGzms!=null and fhzzsqGzms!=''">
|
|
|
+ and fhzzsq_gzms=#{fhzzsqGzms}
|
|
|
+ </if>
|
|
|
+ <if test="dqssxx!=null and dqssxx!=''">
|
|
|
+ and dqssxx=#{dqssxx}
|
|
|
+ </if>
|
|
|
+ <if test="dqssxxGzms!=null and dqssxxGzms!=''">
|
|
|
+ and dqssxx_gzms=#{dqssxxGzms}
|
|
|
+ </if>
|
|
|
+ <if test="lswst!=null and lswst!=''">
|
|
|
+ and lswst=#{lswst}
|
|
|
+ </if>
|
|
|
+ <if test="lswstGzms!=null and lswstGzms!=''">
|
|
|
+ and lswst_gzms=#{lswstGzms}
|
|
|
+ </if>
|
|
|
+ <if test="xzgldydx!=null and xzgldydx!=''">
|
|
|
+ and xzgldydx=#{xzgldydx}
|
|
|
+ </if>
|
|
|
+ <if test="xzgldydxGzms!=null and xzgldydxGzms!=''">
|
|
|
+ and xzgldydx_gzms=#{xzgldydxGzms}
|
|
|
+ </if>
|
|
|
+ <if test="dxztlh!=null and dxztlh!=''">
|
|
|
+ and dxztlh=#{dxztlh}
|
|
|
+ </if>
|
|
|
+ <if test="dxztlhGzms!=null and dxztlhGzms!=''">
|
|
|
+ and dxztlh_gzms=#{dxztlhGzms}
|
|
|
+ </if>
|
|
|
+ <if test="czjj!=null and czjj!=''">
|
|
|
+ and czjj=#{czjj}
|
|
|
+ </if>
|
|
|
+ <if test="lgzzgc!=null and lgzzgc!=''">
|
|
|
+ and lgzzgc=#{lgzzgc}
|
|
|
+ </if>
|
|
|
+ <if test="gzyfzgc!=null and gzyfzgc!=''">
|
|
|
+ and gzyfzgc=#{gzyfzgc}
|
|
|
+ </if>
|
|
|
+ <if test="wxj!=null and wxj!=''">
|
|
|
+ and wxj=#{wxj}
|
|
|
+ </if>
|
|
|
+ <if test="wxjGzms!=null and wxjGzms!=''">
|
|
|
+ and wxj_gzms=#{wxjGzms}
|
|
|
+ </if>
|
|
|
+ <if test="hddxxjzt!=null and hddxxjzt!=''">
|
|
|
+ and hddxxjzt=#{hddxxjzt}
|
|
|
+ </if>
|
|
|
+ <if test="hddxxjztGzms!=null and hddxxjztGzms!=''">
|
|
|
+ and hddxxjzt_gzms=#{hddxxjztGzms}
|
|
|
+ </if>
|
|
|
+ <if test="jcdxzt!=null and jcdxzt!=''">
|
|
|
+ and jcdxzt=#{jcdxzt}
|
|
|
+ </if>
|
|
|
+ <if test="jcdxztGzms!=null and jcdxztGzms!=''">
|
|
|
+ and jcdxzt_gzms=#{jcdxztGzms}
|
|
|
+ </if>
|
|
|
+ <if test="dljxzt!=null and dljxzt!=''">
|
|
|
+ and dljxzt=#{dljxzt}
|
|
|
+ </if>
|
|
|
+ <if test="dljxztGzms!=null and dljxztGzms!=''">
|
|
|
+ and dljxzt_gzms=#{dljxztGzms}
|
|
|
+ </if>
|
|
|
+ <if test="sbzt!=null and sbzt!=''">
|
|
|
+ and sbzt=#{sbzt}
|
|
|
+ </if>
|
|
|
+ <if test="jcr!=null and jcr!=''">
|
|
|
+ and jcr=#{jcr}
|
|
|
+ </if>
|
|
|
+ <if test="ctwt!=null and ctwt!=''">
|
|
|
+ and ctwt=#{ctwt}
|
|
|
+ </if>
|
|
|
+ <if test="submitStatus!=null and submitStatus!=''">
|
|
|
+ and submit_status=#{submitStatus}
|
|
|
+ </if>
|
|
|
+ <if test="createBy!=null and createBy!=''">
|
|
|
+ and create_by=#{createBy}
|
|
|
+ </if>
|
|
|
+ <if test="createTime!=null and createTime!=''">
|
|
|
+ and create_time=#{createTime}
|
|
|
+ </if>
|
|
|
+ <if test="updateBy!=null and updateBy!=''">
|
|
|
+ and update_by=#{updateBy}
|
|
|
+ </if>
|
|
|
+ <if test="updateTime!=null and updateTime!=''">
|
|
|
+ and update_time=#{updateTime}
|
|
|
+ </if>
|
|
|
+ <if test="userId!=null and userId!=''">
|
|
|
+ and user_id=#{userId}
|
|
|
+ </if>
|
|
|
+ </where>
|
|
|
+ </select>
|
|
|
+
|
|
|
+</mapper>
|