123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585 |
- <?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.steerinfo.ems.dzmaterialsf.mapper.DzMaterialSfMapper">
- <resultMap id="BaseResultMap" type="com.steerinfo.ems.dzmaterialsf.model.DzMaterialSf">
- <id column="GBSJ" jdbcType="VARCHAR" property="gbsj" />
- <id column="CINVCCODE" jdbcType="VARCHAR" property="cinvccode" />
- <id column="CINVCODE" jdbcType="VARCHAR" property="cinvcode" />
- <id column="CWHCODE" jdbcType="VARCHAR" property="cwhcode" />
- <result column="CINVCNAME" jdbcType="VARCHAR" property="cinvcname" />
- <result column="CINVNAME" jdbcType="VARCHAR" property="cinvname" />
- <result column="CINVSTD" jdbcType="VARCHAR" property="cinvstd" />
- <result column="CWHNAME" jdbcType="VARCHAR" property="cwhname" />
- <result column="MZ" jdbcType="DECIMAL" property="mz" />
- <result column="PZ" jdbcType="DECIMAL" property="pz" />
- <result column="JZ" jdbcType="DECIMAL" property="jz" />
- <result column="TAB" jdbcType="VARCHAR" property="tab" />
- <result column="CREATEMAN" jdbcType="VARCHAR" property="createman" />
- <result column="CREATETIME" jdbcType="VARCHAR" property="createtime" />
- <result column="UPDATEMAN" jdbcType="VARCHAR" property="updateman" />
- <result column="UPDATETIME" jdbcType="VARCHAR" property="updatetime" />
- <result column="READTIME" jdbcType="VARCHAR" property="readtime" />
- <result column="DJLX" jdbcType="VARCHAR" property="djlx" />
- <result column="PZDL" jdbcType="VARCHAR" property="pzdl" />
- </resultMap>
- <sql id="columns">
- GBSJ, CINVCCODE, CINVCODE, CWHCODE, CINVCNAME, CINVNAME, CINVSTD, CWHNAME, MZ, PZ,
- JZ, TAB, CREATEMAN, CREATETIME, UPDATEMAN, UPDATETIME, READTIME, DJLX, PZDL
- </sql>
- <sql id="columns_alias">
- t.GBSJ, t.CINVCCODE, t.CINVCODE, t.CWHCODE, t.CINVCNAME, t.CINVNAME, t.CINVSTD, t.CWHNAME,
- t.MZ, t.PZ, t.JZ, t.TAB, t.CREATEMAN, t.CREATETIME, t.UPDATEMAN, t.UPDATETIME, t.READTIME,
- t.DJLX, t.PZDL
- </sql>
- <sql id="select">
- SELECT <include refid="columns"/> FROM DZ_MATERIAL_SF
- </sql>
- <sql id="select_alias">
- SELECT <include refid="columns_alias"/> FROM DZ_MATERIAL_SF t
- </sql>
- <sql id="where">
- <where>
- <if test="gbsj != null and gbsj != ''">
- and GBSJ = #{gbsj}
- </if>
- <if test="cinvccode != null and cinvccode != ''">
- and CINVCCODE = #{cinvccode}
- </if>
- <if test="cinvcode != null and cinvcode != ''">
- and CINVCODE = #{cinvcode}
- </if>
- <if test="cwhcode != null and cwhcode != ''">
- and CWHCODE = #{cwhcode}
- </if>
- <if test="cinvcname != null and cinvcname != ''">
- and CINVCNAME = #{cinvcname}
- </if>
- <if test="cinvname != null and cinvname != ''">
- and CINVNAME = #{cinvname}
- </if>
- <if test="cinvstd != null and cinvstd != ''">
- and CINVSTD = #{cinvstd}
- </if>
- <if test="cwhname != null and cwhname != ''">
- and CWHNAME = #{cwhname}
- </if>
- <if test="mz != null">
- and MZ = #{mz}
- </if>
- <if test="pz != null">
- and PZ = #{pz}
- </if>
- <if test="jz != null">
- and JZ = #{jz}
- </if>
- <if test="tab != null and tab != ''">
- and TAB = #{tab}
- </if>
- <if test="createman != null and createman != ''">
- and CREATEMAN = #{createman}
- </if>
- <if test="createtime != null and createtime != ''">
- and CREATETIME = #{createtime}
- </if>
- <if test="updateman != null and updateman != ''">
- and UPDATEMAN = #{updateman}
- </if>
- <if test="updatetime != null and updatetime != ''">
- and UPDATETIME = #{updatetime}
- </if>
- <if test="readtime != null and readtime != ''">
- and READTIME = #{readtime}
- </if>
- <if test="djlx != null and djlx != ''">
- and DJLX = #{djlx}
- </if>
- <if test="pzdl != null and pzdl != ''">
- and PZDL = #{pzdl}
- </if>
- </where>
- </sql>
- <sql id="whereLike">
- <where>
- <if test="gbsj != null and gbsj != ''">
- and GBSJ LIKE '%${gbsj}%'
- </if>
- <if test="cinvccode != null and cinvccode != ''">
- and CINVCCODE LIKE '%${cinvccode}%'
- </if>
- <if test="cinvcode != null and cinvcode != ''">
- and CINVCODE LIKE '%${cinvcode}%'
- </if>
- <if test="cwhcode != null and cwhcode != ''">
- and CWHCODE LIKE '%${cwhcode}%'
- </if>
- <if test="cinvcname != null and cinvcname != ''">
- and CINVCNAME LIKE '%${cinvcname}%'
- </if>
- <if test="cinvname != null and cinvname != ''">
- and CINVNAME LIKE '%${cinvname}%'
- </if>
- <if test="cinvstd != null and cinvstd != ''">
- and CINVSTD LIKE '%${cinvstd}%'
- </if>
- <if test="cwhname != null and cwhname != ''">
- and CWHNAME LIKE '%${cwhname}%'
- </if>
- <if test="mz != null">
- and MZ = #{mz}
- </if>
- <if test="pz != null">
- and PZ = #{pz}
- </if>
- <if test="jz != null">
- and JZ = #{jz}
- </if>
- <if test="tab != null and tab != ''">
- and TAB LIKE '%${tab}%'
- </if>
- <if test="createman != null and createman != ''">
- and CREATEMAN LIKE '%${createman}%'
- </if>
- <if test="createtime != null and createtime != ''">
- and CREATETIME LIKE '%${createtime}%'
- </if>
- <if test="updateman != null and updateman != ''">
- and UPDATEMAN LIKE '%${updateman}%'
- </if>
- <if test="updatetime != null and updatetime != ''">
- and UPDATETIME LIKE '%${updatetime}%'
- </if>
- <if test="readtime != null and readtime != ''">
- and READTIME LIKE '%${readtime}%'
- </if>
- <if test="djlx != null and djlx != ''">
- and READTIME LIKE '%${djlx}%'
- </if>
- <if test="pzdl != null and pzdl != ''">
- and PZDL LIKE '%${pzdl}%'
- </if>
- </where>
- </sql>
- <delete id="deleteByPrimaryKey" parameterType="map">
- delete from DZ_MATERIAL_SF
- where GBSJ = #{gbsj,jdbcType=VARCHAR}
- and CINVCCODE = #{cinvccode,jdbcType=VARCHAR}
- and CINVCODE = #{cinvcode,jdbcType=VARCHAR}
- and CWHCODE = #{cwhcode,jdbcType=VARCHAR}
- and TAB = #{tab,jdbcType=VARCHAR}
- and DJLX = #{djlx,jdbcType=VARCHAR}
- </delete>
- <delete id="deleteBySelectiveElement" parameterType="java.util.HashMap">
- delete from DZ_MATERIAL_SF
- where 1!=1
- <if test="cinvccode != null and cinvccode != ''">
- or CINVCCODE = #{cinvccode}
- </if>
- <if test="cinvcode != null and cinvcode != ''">
- or CINVCODE = #{cinvcode}
- </if>
- <if test="cwhcode != null and cwhcode != ''">
- or CWHCODE = #{cwhcode}
- </if>
- <if test="cinvcname != null and cinvcname != ''">
- or CINVCNAME = #{cinvcname}
- </if>
- <if test="cinvname != null and cinvname != ''">
- or CINVNAME = #{cinvname}
- </if>
- <if test="cinvstd != null and cinvstd != ''">
- or CINVSTD = #{cinvstd}
- </if>
- <if test="cwhname != null and cwhname != ''">
- or CWHNAME = #{cwhname}
- </if>
- <if test="mz != null">
- or MZ = #{mz}
- </if>
- <if test="pz != null">
- or PZ = #{pz}
- </if>
- <if test="jz != null">
- or JZ = #{jz}
- </if>
- <if test="tab != null and tab != ''">
- or TAB = #{tab}
- </if>
- <if test="createman != null and createman != ''">
- or CREATEMAN = #{createman}
- </if>
- <if test="createtime != null and createtime != ''">
- or CREATETIME = #{createtime}
- </if>
- <if test="updateman != null and updateman != ''">
- or UPDATEMAN = #{updateman}
- </if>
- <if test="updatetime != null and updatetime != ''">
- or UPDATETIME = #{updatetime}
- </if>
- <if test="readtime != null and readtime != ''">
- or READTIME = #{readtime}
- </if>
- <if test="djlx != null and djlx != ''">
- or DJLX = #{djlx}
- </if>
- <if test="pzdl != null and pzdl != ''">
- or PZDL = #{pzdl}
- </if>
- </delete>
- <insert id="insert" parameterType="com.steerinfo.ems.dzmaterialsf.model.DzMaterialSf">
- insert into DZ_MATERIAL_SF (GBSJ, CINVCCODE, CINVCODE,
- CWHCODE, CINVCNAME, CINVNAME,
- CINVSTD, CWHNAME, MZ,
- PZ, JZ, TAB, CREATEMAN,
- CREATETIME, UPDATEMAN, UPDATETIME,
- READTIME,DJLX,PZDL)
- values (#{gbsj,jdbcType=VARCHAR}, #{cinvccode,jdbcType=VARCHAR}, #{cinvcode,jdbcType=VARCHAR},
- #{cwhcode,jdbcType=VARCHAR}, #{cinvcname,jdbcType=VARCHAR}, #{cinvname,jdbcType=VARCHAR},
- #{cinvstd,jdbcType=VARCHAR}, #{cwhname,jdbcType=VARCHAR}, #{mz,jdbcType=DECIMAL},
- #{pz,jdbcType=DECIMAL}, #{jz,jdbcType=DECIMAL}, #{tab,jdbcType=VARCHAR}, #{createman,jdbcType=VARCHAR},
- #{createtime,jdbcType=VARCHAR}, #{updateman,jdbcType=VARCHAR}, #{updatetime,jdbcType=VARCHAR},
- #{readtime,jdbcType=VARCHAR},#{djlx,jdbcType=VARCHAR},#{pzdl,jdbcType=VARCHAR})
- </insert>
- <insert id="insertSelective" parameterType="com.steerinfo.ems.dzmaterialsf.model.DzMaterialSf">
- insert into DZ_MATERIAL_SF
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="gbsj != null">
- GBSJ,
- </if>
- <if test="cinvccode != null">
- CINVCCODE,
- </if>
- <if test="cinvcode != null">
- CINVCODE,
- </if>
- <if test="cwhcode != null">
- CWHCODE,
- </if>
- <if test="cinvcname != null">
- CINVCNAME,
- </if>
- <if test="cinvname != null">
- CINVNAME,
- </if>
- <if test="cinvstd != null">
- CINVSTD,
- </if>
- <if test="cwhname != null">
- CWHNAME,
- </if>
- <if test="mz != null">
- MZ,
- </if>
- <if test="pz != null">
- PZ,
- </if>
- <if test="jz != null">
- JZ,
- </if>
- <if test="tab != null">
- TAB,
- </if>
- <if test="createman != null">
- CREATEMAN,
- </if>
- <if test="createtime != null">
- CREATETIME,
- </if>
- <if test="updateman != null">
- UPDATEMAN,
- </if>
- <if test="updatetime != null">
- UPDATETIME,
- </if>
- <if test="readtime != null">
- READTIME,
- </if>
- <if test="djlx != null">
- DJLX,
- </if>
- <if test="pzdl != null">
- PZDL,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="gbsj != null">
- #{gbsj,jdbcType=VARCHAR},
- </if>
- <if test="cinvccode != null">
- #{cinvccode,jdbcType=VARCHAR},
- </if>
- <if test="cinvcode != null">
- #{cinvcode,jdbcType=VARCHAR},
- </if>
- <if test="cwhcode != null">
- #{cwhcode,jdbcType=VARCHAR},
- </if>
- <if test="cinvcname != null">
- #{cinvcname,jdbcType=VARCHAR},
- </if>
- <if test="cinvname != null">
- #{cinvname,jdbcType=VARCHAR},
- </if>
- <if test="cinvstd != null">
- #{cinvstd,jdbcType=VARCHAR},
- </if>
- <if test="cwhname != null">
- #{cwhname,jdbcType=VARCHAR},
- </if>
- <if test="mz != null">
- #{mz,jdbcType=DECIMAL},
- </if>
- <if test="pz != null">
- #{pz,jdbcType=DECIMAL},
- </if>
- <if test="jz != null">
- #{jz,jdbcType=DECIMAL},
- </if>
- <if test="tab != null">
- #{tab,jdbcType=VARCHAR},
- </if>
- <if test="createman != null">
- #{createman,jdbcType=VARCHAR},
- </if>
- <if test="createtime != null">
- #{createtime,jdbcType=VARCHAR},
- </if>
- <if test="updateman != null">
- #{updateman,jdbcType=VARCHAR},
- </if>
- <if test="updatetime != null">
- #{updatetime,jdbcType=VARCHAR},
- </if>
- <if test="readtime != null">
- #{readtime,jdbcType=VARCHAR},
- </if>
- <if test="djlx != null">
- #{djlx,jdbcType=VARCHAR},
- </if>
- <if test="pzdl != null">
- #{pzdl,jdbcType=VARCHAR},
- </if>
- </trim>
- </insert>
- <update id="updateByPrimaryKey" parameterType="com.steerinfo.ems.dzmaterialsf.model.DzMaterialSf">
- update DZ_MATERIAL_SF
- set CINVCNAME = #{cinvcname,jdbcType=VARCHAR},
- CINVNAME = #{cinvname,jdbcType=VARCHAR},
- CINVSTD = #{cinvstd,jdbcType=VARCHAR},
- CWHNAME = #{cwhname,jdbcType=VARCHAR},
- MZ = #{mz,jdbcType=DECIMAL},
- PZ = #{pz,jdbcType=DECIMAL},
- JZ = #{jz,jdbcType=DECIMAL},
- TAB = #{tab,jdbcType=VARCHAR},
- CREATEMAN = #{createman,jdbcType=VARCHAR},
- CREATETIME = #{createtime,jdbcType=VARCHAR},
- UPDATEMAN = #{updateman,jdbcType=VARCHAR},
- UPDATETIME = #{updatetime,jdbcType=VARCHAR},
- READTIME = #{readtime,jdbcType=VARCHAR},
- DJLX = #{djlx,jdbcType=VARCHAR}
- where GBSJ = #{gbsj,jdbcType=VARCHAR}
- and CINVCCODE = #{cinvccode,jdbcType=VARCHAR}
- and CINVCODE = #{cinvcode,jdbcType=VARCHAR}
- and CWHCODE = #{cwhcode,jdbcType=VARCHAR}
- and TAB = #{tab,jdbcType=VARCHAR}
- and djlx = #{djlx,jdbcType=VARCHAR}
- </update>
- <update id="updateByPrimaryKeySelective" parameterType="com.steerinfo.ems.dzmaterialsf.model.DzMaterialSf">
- update DZ_MATERIAL_SF
- <set>
- <if test="cinvcname != null">
- CINVCNAME = #{cinvcname,jdbcType=VARCHAR},
- </if>
- <if test="cinvname != null">
- CINVNAME = #{cinvname,jdbcType=VARCHAR},
- </if>
- <if test="cinvstd != null">
- CINVSTD = #{cinvstd,jdbcType=VARCHAR},
- </if>
- <if test="cwhname != null">
- CWHNAME = #{cwhname,jdbcType=VARCHAR},
- </if>
- <if test="mz != null">
- MZ = #{mz,jdbcType=DECIMAL},
- </if>
- <if test="pz != null">
- PZ = #{pz,jdbcType=DECIMAL},
- </if>
- <if test="jz != null">
- JZ = #{jz,jdbcType=DECIMAL},
- </if>
- <if test="tab != null">
- TAB = #{tab,jdbcType=VARCHAR},
- </if>
- <if test="createman != null">
- CREATEMAN = #{createman,jdbcType=VARCHAR},
- </if>
- <if test="createtime != null">
- CREATETIME = #{createtime,jdbcType=VARCHAR},
- </if>
- <if test="updateman != null">
- UPDATEMAN = #{updateman,jdbcType=VARCHAR},
- </if>
- <if test="updatetime != null">
- UPDATETIME = #{updatetime,jdbcType=VARCHAR},
- </if>
- <if test="readtime != null">
- READTIME = #{readtime,jdbcType=VARCHAR},
- </if>
- <if test="djlx != null">
- DJLX = #{djlx,jdbcType=VARCHAR},
- </if>
- <if test="pzdl != null">
- PZDL = #{pzdl,jdbcType=VARCHAR},
- </if>
- </set>
- where GBSJ = #{gbsj,jdbcType=VARCHAR}
- and CINVCCODE = #{cinvccode,jdbcType=VARCHAR}
- and CINVCODE = #{cinvcode,jdbcType=VARCHAR}
- and CWHCODE = #{cwhcode,jdbcType=VARCHAR}
- and TAB = #{tab,jdbcType=VARCHAR}
- and DJLX = #{djlx,jdbcType=VARCHAR}
- </update>
- <select id="selectByPrimaryKey" parameterType="map" resultMap="BaseResultMap">
- <include refid="select"/>
- where GBSJ = #{gbsj,jdbcType=VARCHAR}
- and CINVCCODE = #{cinvccode,jdbcType=VARCHAR}
- and CINVCODE = #{cinvcode,jdbcType=VARCHAR}
- and CWHCODE = #{cwhcode,jdbcType=VARCHAR}
- and TAB = #{tab,jdbcType=VARCHAR}
- and DJLX = #{djlx,jdbcType=VARCHAR}
- </select>
- <select id="selectByParameters" parameterType="java.util.HashMap" resultMap="BaseResultMap">
- <include refid="select"/>
- <include refid="where"/>
- </select>
- <select id="selectLikeByParameters" parameterType="java.util.HashMap" resultMap="BaseResultMap">
- <include refid="select"/>
- <include refid="whereLike"/>
- </select>
- <insert id="batchInsert" parameterType="java.util.List">
- insert into DZ_MATERIAL_SF
- (GBSJ,
- CINVCCODE, CINVCODE, CWHCODE,
- CINVCNAME, CINVNAME, CINVSTD,
- CWHNAME, MZ, PZ,
- JZ, TAB, CREATEMAN,
- CREATETIME, UPDATEMAN, UPDATETIME,
- READTIME,DJLX,PZDL)
- ( <foreach collection="list" item="item" separator="union all">
- select
- #{item.gbsj,jdbcType=VARCHAR},
- #{item.cinvccode,jdbcType=VARCHAR}, #{item.cinvcode,jdbcType=VARCHAR}, #{item.cwhcode,jdbcType=VARCHAR},
- #{item.cinvcname,jdbcType=VARCHAR}, #{item.cinvname,jdbcType=VARCHAR}, #{item.cinvstd,jdbcType=VARCHAR},
- #{item.cwhname,jdbcType=VARCHAR}, #{item.mz,jdbcType=DECIMAL}, #{item.pz,jdbcType=DECIMAL},
- #{item.jz,jdbcType=DECIMAL}, #{item.tab,jdbcType=VARCHAR}, #{item.createman,jdbcType=VARCHAR},
- #{item.createtime,jdbcType=VARCHAR}, #{item.updateman,jdbcType=VARCHAR}, #{item.updatetime,jdbcType=VARCHAR},
- #{item.readtime,jdbcType=VARCHAR},#{item.djlx,jdbcType=VARCHAR},#{item.pzdl,jdbcType=VARCHAR} from dual
- </foreach> )
- </insert>
- <update id="batchUpdate" parameterType="java.util.List">
- update DZ_MATERIAL_SF
- set
- GBSJ=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.gbsj,jdbcType=VARCHAR}
- </foreach>
- ,CINVCCODE=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.cinvccode,jdbcType=VARCHAR}
- </foreach>
- ,CINVCODE=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.cinvcode,jdbcType=VARCHAR}
- </foreach>
- ,CWHCODE=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.cwhcode,jdbcType=VARCHAR}
- </foreach>
- ,CINVCNAME=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.cinvcname,jdbcType=VARCHAR}
- </foreach>
- ,CINVNAME=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.cinvname,jdbcType=VARCHAR}
- </foreach>
- ,CINVSTD=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.cinvstd,jdbcType=VARCHAR}
- </foreach>
- ,CWHNAME=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.cwhname,jdbcType=VARCHAR}
- </foreach>
- ,MZ=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.mz,jdbcType=DECIMAL}
- </foreach>
- ,PZ=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.pz,jdbcType=DECIMAL}
- </foreach>
- ,JZ=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.jz,jdbcType=DECIMAL}
- </foreach>
- ,TAB=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.tab,jdbcType=VARCHAR}
- </foreach>
- ,CREATEMAN=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.createman,jdbcType=VARCHAR}
- </foreach>
- ,CREATETIME=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.createtime,jdbcType=VARCHAR}
- </foreach>
- ,UPDATEMAN=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.updateman,jdbcType=VARCHAR}
- </foreach>
- ,UPDATETIME=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.updatetime,jdbcType=VARCHAR}
- </foreach>
- ,READTIME=
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.readtime,jdbcType=VARCHAR}
- </foreach>
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.djlx,jdbcType=VARCHAR}
- </foreach>
- <foreach collection="list" item="item" index="index" separator=" " open="case GBSJ" close="end">
- when #{item.gbsj,jdbcType=VARCHAR} then #{item.pzdl,jdbcType=VARCHAR}
- </foreach>
- where (GBSJ,CINVCCODE,CINVCODE,CWHCODE,TAB,DJLX) in
- <foreach collection="list" item="item" open="(" close=")" separator=",">
- (#{item.gbsj, jdbcType=VARCHAR},#{item.cinvccode, jdbcType=VARCHAR},#{item.cinvcode, jdbcType=VARCHAR},#{item.cwhcode, jdbcType=VARCHAR},#{item.tab, jdbcType=VARCHAR},#{item.djlx, jdbcType=VARCHAR})
- </foreach>
- </update>
- <delete id="batchDelete" parameterType="java.util.List">
- delete from DZ_MATERIAL_SF
- where (GBSJ,CINVCCODE,CINVCODE,CWHCODE,TAB,DJLX) in
- <foreach collection="list" item="item" open="(" close=")" separator=",">
- ( #{item.gbsj, jdbcType=VARCHAR}, #{item.cinvccode, jdbcType=VARCHAR}, #{item.cinvcode, jdbcType=VARCHAR}, #{item.cwhcode, jdbcType=VARCHAR},#{item.tab, jdbcType=VARCHAR},#{item.djlx, jdbcType=VARCHAR})
- </foreach>
- </delete>
- <!-- 友情提示!!!-->
- <!-- 请将自己写的代码放在此标签之下,方便以后粘贴复制。-->
- <select id="getDzMaterialSf" resultMap="BaseResultMap" parameterType="java.lang.String" >
- select * from (
- SELECT CONVERT(varchar(100), gbsj, 23) as gbsj, cInvCCode, cInvCName, cInvCode, cInvName,
- cInvStd, cWhCode, cWhName, sum(mz) as mz, sum(pz) as pz, sum(jz) as jz, djlx, pzdl, 'sh' as tab
- FROM v_nyjk_sh where gbsj >= #{gbsj,jdbcType=VARCHAR} and pzdl IS NOT NULL
- --cInvCName in('合金材料','国内矿粉','过滤材料','进口矿粉','原煤','外购精煤','国内球团','高炉干渣','进口块矿','石料')
- group by cInvCCode, cInvCName, cInvCode, cInvName, cInvStd, cWhCode, cWhName, CONVERT(varchar(100), gbsj, 23),djlx, pzdl
- ) as sh union all (
- SELECT CONVERT(varchar(100), gbsj, 23) as gbsj, cInvCCode, cInvCName, cInvCode, cInvName,
- cInvStd, cWhCode, cWhName, sum(mz) as mz, sum(pz) as pz, sum(jz) as jz, djlx, pzdl, 'fh' as tab
- FROM v_nyjk_fh where gbsj >= #{gbsj,jdbcType=VARCHAR} and pzdl IS NOT NULL
- --cInvCName in('合金材料','国内矿粉','过滤材料','进口矿粉','原煤','外购精煤','国内球团','高炉干渣','进口块矿','石料')
- group by cInvCCode, cInvCName, cInvCode, cInvName, cInvStd, cWhCode, cWhName, CONVERT(varchar(100), [gbsj], 23),djlx, pzdl)
- </select>
- </mapper>
|