| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- <?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.baseinfo.mapper.BusDmcgyqMapper">
- <resultMap id="BaseResultMap" type="com.railway.business.baseinfo.domain.BusDmcgyq">
- <result column="id" property="id"/>
- <result column="dept_id" property="deptId"/>
- <result column="dept_id" property="deptId"/>
- <result column="dept_name" property="deptName"/>
- <result column="line_id" property="lineId"/>
- <result column="line_name" property="lineName"/>
- <result column="station_id" property="stationId"/>
- <result column="station_name" property="stationName"/>
- <result column="xingbie" property="xingbie"/>
- <result column="pillar_code" property="pillarCode"/>
- <result column="station_track" property="stationTrack"/>
- <result column="gxms" property="gxms"/>
- <result column="fxcs" property="fxcs"/>
- <result column="fxmc" property="fxmc"/>
- <result column="mdh" property="mdh"/>
- <result column="sbbh" property="sbbh"/>
- <result column="gzlx" property="gzlx"/>
- <result column="czlc" property="czlc"/>
- <result column="fxzxlc" property="fxzxlc"/>
- <result column="sccj" property="sccj"/>
- <result column="xh" property="xh"/>
- <result column="line_id" property="lineId"/>
- <result column="station_id" property="stationId"/>
- <result column="del_flag" property="delFlag"/>
- <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="sjbh" property="sjbh"/>
- </resultMap>
- <sql id="Base_Column_List">
- t.id,
- v.dept_id,
- v.dept_name,
- v.line_id,
- v.line_name,
- v.station_name as station_name,
- t.station_id,
- t.xingbie,
- t.pillar_code,
- t.station_track,
- t.gxms,
- t.fxcs,
- t.fxmc,
- t.mdh,
- t.sbbh,
- t.gzlx,
- t.czlc,
- t.fxzxlc,
- t.sccj,
- t.xh,
- t.del_flag,
- t.create_by,
- t.create_time,
- t.update_by,
- t.update_time,
- t.sjbh
- </sql>
- <insert id="insert" parameterType="com.railway.business.baseinfo.domain.BusDmcgyq">
- <selectKey keyProperty="id" order="BEFORE" resultType="String">
- select replace(uuid(), '-', '') from dual
- </selectKey>
- INSERT INTO base_dmcgyq
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test='null != stationId'>
- station_id,
- </if>
- <if test='null != xingbie'>
- xingbie,
- </if>
- <if test='null != pillarCode'>
- pillar_code,
- </if>
- <if test='null != stationTrack'>
- station_track,
- </if>
- <if test='null != gxms'>
- gxms,
- </if>
- <if test='null != fxcs'>
- fxcs,
- </if>
- <if test='null != fxmc'>
- fxmc,
- </if>
- <if test='null != mdh'>
- mdh,
- </if>
- <if test='null != sbbh'>
- sbbh,
- </if>
- <if test='null != gzlx'>
- gzlx,
- </if>
- <if test='null != czlc'>
- czlc,
- </if>
- <if test='null != fxzxlc'>
- fxzxlc,
- </if>
- <if test='null != sccj'>
- sccj,
- </if>
- <if test='null != xh'>
- xh,
- </if>
- <if test='null != delFlag'>
- del_flag,
- </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 != sjbh'>
- sjbh
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test='null != stationId'>
- #{station_id},
- </if>
- <if test='null != xingbie'>
- #{xingbie},
- </if>
- <if test='null != pillarCode'>
- #{pillarCode},
- </if>
- <if test='null != stationTrack'>
- #{stationTrack},
- </if>
- <if test='null != gxms'>
- #{gxms},
- </if>
- <if test='null != fxcs'>
- #{fxcs},
- </if>
- <if test='null != fxmc'>
- #{fxmc},
- </if>
- <if test='null != mdh'>
- #{mdh},
- </if>
- <if test='null != sbbh'>
- #{sbbh},
- </if>
- <if test='null != gzlx'>
- #{gzlx},
- </if>
- <if test='null != czlc'>
- #{czlc},
- </if>
- <if test='null != fxzxlc'>
- #{fxzxlc},
- </if>
- <if test='null != sccj'>
- #{sccj},
- </if>
- <if test='null != xh'>
- #{xh},
- </if>
- <if test='null != delFlag'>
- #{delFlag},
- </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 != sjbh'>
- #{sjbh}
- </if>
- </trim>
- </insert>
- <delete id="delete">
- UPDATE base_dmcgyq
- set del_flag='1'
- WHERE id = #{id}
- </delete>
- <update id="update" parameterType="com.railway.business.baseinfo.domain.BusDmcgyq">
- UPDATE base_dmcgyq
- <set>
- <if test='null != stationId'>station_id = #{stationId},</if>
- <if test='null != xingbie'>xingbie = #{xingbie},</if>
- <if test='null != pillarCode'>pillar_code = #{pillarCode},</if>
- <if test='null != stationTrack'>station_track = #{stationTrack},</if>
- <if test='null != gxms'>gxms = #{gxms},</if>
- <if test='null != fxcs'>fxcs = #{fxcs},</if>
- <if test='null != fxmc'>fxmc = #{fxmc},</if>
- <if test='null != mdh'>mdh = #{mdh},</if>
- <if test='null != sbbh'>sbbh = #{sbbh},</if>
- <if test='null != gzlx'>gzlx = #{gzlx},</if>
- <if test='null != czlc'>czlc = #{czlc},</if>
- <if test='null != fxzxlc'>fxzxlc = #{fxzxlc},</if>
- <if test='null != sccj'>sccj = #{sccj},</if>
- <if test='null != xh'>xh = #{xh},</if>
- <if test='null != delFlag'>del_flag = #{delFlag},</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 != sjbh'>sjbh = #{sjbh}</if>
- </set>
- WHERE id = #{id}
- </update>
- <select id="getInfo" resultMap="BaseResultMap">
- SELECT
- <include refid="Base_Column_List"/>
- FROM base_dmcgyq t
- LEFT JOIN v_station v on t.station_id = v.station_id
- WHERE t.del_flag='0' and t.id = #{id}
- </select>
- <select id="getList" resultMap="BaseResultMap">
- SELECT
- <include refid="Base_Column_List"/>
- FROM base_dmcgyq t
- LEFT JOIN v_station v on t.station_id = v.station_id
- <where>
- t.del_flag='0'
- <if test="deptId!=null and deptId!=''">
- and v.dept_id=#{deptId}
- </if>
- <if test="lineId!=null and lineId!=''">
- and v.line_id=#{lineId}
- </if>
- <if test="stationId!=null and stationId!=''">
- and t.station_id=#{stationId}
- </if>
- <if test="xingbie!=null and xingbie!=''">
- and t.xingbie=#{xingbie}
- </if>
- <if test="pillarCode!=null and pillarCode!=''">
- and t.pillar_code=#{pillarCode}
- </if>
- <if test="stationTrack!=null and stationTrack!=''">
- and t.station_track=#{stationTrack}
- </if>
- <if test="gxms!=null and gxms!=''">
- and t.gxms=#{gxms}
- </if>
- <if test="fxcs!=null and fxcs!=''">
- and t.fxcs=#{fxcs}
- </if>
- <if test="fxmc!=null and fxmc!=''">
- and t.fxmc=#{fxmc}
- </if>
- <if test="mdh!=null and mdh!=''">
- and t.mdh=#{mdh}
- </if>
- <if test="sbbh!=null and sbbh!=''">
- and t.sbbh=#{sbbh}
- </if>
- <if test="gzlx!=null and gzlx!=''">
- and t.gzlx=#{gzlx}
- </if>
- <if test="czlc!=null and czlc!=''">
- and t.czlc=#{czlc}
- </if>
- <if test="fxzxlc!=null and fxzxlc!=''">
- and t.fxzxlc=#{fxzxlc}
- </if>
- <if test="sccj!=null and sccj!=''">
- and t.sccj=#{sccj}
- </if>
- <if test="xh!=null and xh!=''">
- and t.xh=#{xh}
- </if>
- <if test="delFlag!=null and delFlag!=''">
- and t.del_flag=#{delFlag}
- </if>
- <if test="createBy!=null and createBy!=''">
- and t.create_by=#{createBy}
- </if>
- <if test="createTime!=null and createTime!=''">
- and t.create_time=#{createTime}
- </if>
- <if test="updateBy!=null and updateBy!=''">
- and t.update_by=#{updateBy}
- </if>
- <if test="updateTime!=null and updateTime!=''">
- and t.update_time=#{updateTime}
- </if>
- <if test="sjbh!=null and sjbh!=''">
- and t.sjbh=#{sjbh}
- </if>
- </where>
- </select>
- </mapper>
|