123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- <?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.ruoyi.ams.order.mapper.ActAllocationDetailsMapper">
- <resultMap type="ActAllocationDetails" id="ActAllocationDetailsResult">
- <result property="allocationId" column="allocation_id"/>
- <result property="orderNo" column="order_no"/>
- <result property="lineNo" column="line_no"/>
- <result property="material" column="material"/>
- <result property="locationId" column="location_id"/>
- <result property="callTransactionId" column="call_transaction_id"/>
- <result property="status" column="status"/>
- <result property="lotnum" column="lotnum"/>
- <result property="qty" column="qty"/>
- <result property="pickTransactionId" column="pick_transaction_id"/>
- <result property="pickToLocation" column="pick_to_location"/>
- <result property="pickQty" column="pick_qty"/>
- <result property="createBy" column="create_by"/>
- <result property="createTime" column="create_time"/>
- <result property="updateBy" column="update_by"/>
- <result property="updateTime" column="update_time"/>
- <result property="userdefine1" column="userdefine1"/>
- <result property="userdefine2" column="userdefine2"/>
- <result property="userdefine3" column="userdefine3"/>
- <result property="userdefine4" column="userdefine4"/>
- <result property="lotatt01" column="lotatt01"/>
- <result property="lotatt02" column="lotatt02"/>
- <result property="lotatt03" column="lotatt03"/>
- <result property="lotatt04" column="lotatt04"/>
- <result property="lotatt05" column="lotatt05"/>
- <result property="lotatt06" column="lotatt06"/>
- <result property="lotatt07" column="lotatt07"/>
- <result property="lotatt08" column="lotatt08"/>
- <result property="lotatt09" column="lotatt09"/>
- <result property="lotatt10" column="lotatt10"/>
- <result property="lotatt11" column="lotatt11"/>
- <result property="lotatt12" column="lotatt12"/>
- <result property="lotatt13" column="lotatt13"/>
- <result property="lotatt14" column="lotatt14"/>
- <result property="lotatt15" column="lotatt15"/>
- <result property="lotatt16" column="lotatt16"/>
- <result property="lotatt17" column="lotatt17"/>
- <result property="lotatt18" column="lotatt18"/>
- <result property="locationNo" column="location_no"/>
- </resultMap>
- <resultMap type="com.ruoyi.ams.order.form.ActAllocationDetailsFrom" id="ActAllocationDetailsInvLotAttResult">
- <result property="allocationId" column="allocation_id"/>
- <result property="orderNo" column="order_no"/>
- <result property="lineNo" column="line_no"/>
- <result property="material" column="material"/>
- <result property="skuName" column="skuName"/>
- <result property="locationId" column="location_id"/>
- <result property="callTransactionId" column="call_transaction_id"/>
- <result property="status" column="status"/>
- <result property="lotnum" column="lotnum"/>
- <result property="qty" column="qty"/>
- <result property="pickTransactionId" column="pick_transaction_id"/>
- <result property="pickToLocation" column="pick_to_location"/>
- <result property="pickQty" column="pick_qty"/>
- <result property="createBy" column="create_by"/>
- <result property="createTime" column="create_time"/>
- <result property="updateBy" column="update_by"/>
- <result property="updateTime" column="update_time"/>
- <result property="userdefine1" column="userdefine1"/>
- <result property="userdefine2" column="userdefine2"/>
- <result property="userdefine3" column="userdefine3"/>
- <result property="userdefine4" column="userdefine4"/>
- <result property="lotatt01" column="lotatt01"/>
- <result property="lotatt02" column="lotatt02"/>
- <result property="lotatt03" column="lotatt04"/>
- <result property="lotatt04" column="lotatt04"/>
- <result property="lotatt05" column="lotatt05"/>
- <result property="lotatt06" column="lotatt06"/>
- <result property="lotatt07" column="lotatt07"/>
- <result property="lotatt08" column="lotatt08"/>
- <result property="lotatt09" column="lotatt09"/>
- <result property="lotatt10" column="lotatt10"/>
- <result property="lotatt11" column="lotatt11"/>
- <result property="lotatt12" column="lotatt12"/>
- <result property="lotatt13" column="lotatt13"/>
- <result property="lotatt14" column="lotatt14"/>
- <result property="lotatt15" column="lotatt15"/>
- <result property="lotatt16" column="lotatt16"/>
- <result property="lotatt17" column="lotatt17"/>
- <result property="lotatt18" column="lotatt18"/>
- </resultMap>
- <sql id="selectActAllocationDetailsVo">
- select allocation_id,
- order_no,
- line_no,
- material,
- location_id,
- call_transaction_id,
- status,
- lotnum,
- qty,
- pick_transaction_id,
- pick_to_location,
- pick_qty,
- create_by,
- create_time,
- update_by,
- update_time,
- userdefine1,
- userdefine2,
- userdefine3,
- userdefine4
- from act_allocation_details
- </sql>
- <select id="selectActAllocationDetailsList" parameterType="ActAllocationDetails" resultMap="ActAllocationDetailsResult">
- select *
- from act_allocation_details
- <where>
- <if test="allocationId != null and allocationId != ''"> and allocation_id = #{allocationId}</if>
- <if test="orderNo != null and orderNo != ''"> and order_no like concat('%', #{orderNo}, '%')</if>
- <if test="locationId != null and locationId != ''"> and location_id = #{locationId}</if>
- <if test="material != null and material != ''"> and material like concat('%', #{material}, '%')</if>
- <if test="status != null and status != ''"> and status = #{status}</if>
- <if test="params.beginTime != null and params.beginTime != ''">
- AND date_format(create_time,'%y%m%d') >= date_format(#{params.beginTime},'%y%m%d')
- </if>
- <if test="params.endTime != null and params.endTime != ''">
- AND date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
- </if>
- </where>
- order by create_time desc
- </select>
- <select id="selectActAllocationDetailsInvLotAttList" parameterType="object" resultMap="ActAllocationDetailsInvLotAttResult">
- select t1.*,t3.desc1 skuName
- ,t2.lotatt01,t2.lotatt02,t2.lotatt03,t2.lotatt04,t2.lotatt05,t2.lotatt06
- ,t2.lotatt07,t2.lotatt08,t2.lotatt09,t2.lotatt10,t2.lotatt11,t2.lotatt12
- ,t2.lotatt13,t2.lotatt14,t2.lotatt15,t2.lotatt16,t2.lotatt17,t2.lotatt18
- from act_allocation_details t1
- left join inv_lot_att t2 ON t2.lotnum = t1.lotnum
- left join base_sku t3 on t3.sku = t1.material and t3.customer_id = t3.customer_id
- <where>
- <if test="allocationId != null and allocationId != ''"> and t1.allocation_id = #{allocationId}</if>
- <if test="locationId != null and locationId != ''"> and t1.location_id = #{locationId}</if>
- <if test="orderNo != null and orderNo != ''"> and t1.order_no = #{orderNo}</if>
- <if test="lineNo != null and lineNo != ''"> and t1.line_no = #{lineNo}</if>
- <if test="material != null and material != ''"> and t1.material = #{material}</if>
- <if test="lotnum != null and lotnum != ''"> and t1.lotnum = #{lotnum}</if>
- <if test="userdefine1 != null and userdefine1 != ''"> and t1.userdefine1 = #{userdefine1}</if>
- <if test="status != null and status != ''"> and t1.status = #{status}</if>
- <if test="lotatt01 != null and lotatt01 != ''"> and lotatt01 = #{lotatt01}</if>
- <if test="lotatt02 != null and lotatt02 != ''"> and lotatt02 = #{lotatt02}</if>
- <if test="lotatt03 != null and lotatt03 != ''"> and lotatt03 = #{lotatt03}</if>
- <if test="lotatt04 != null and lotatt04 != ''"> and lotatt04 = #{lotatt04}</if>
- <if test="lotatt05 != null and lotatt05 != ''"> and lotatt05 = #{lotatt05}</if>
- <if test="lotatt06 != null and lotatt06 != ''"> and lotatt06 = #{lotatt06}</if>
- <if test="lotatt07 != null and lotatt07 != ''"> and lotatt07 = #{lotatt07}</if>
- <if test="lotatt08 != null and lotatt08 != ''"> and lotatt08 = #{lotatt08}</if>
- <if test="lotatt09 != null and lotatt09 != ''"> and lotatt09 = #{lotatt09}</if>
- <if test="lotatt10 != null and lotatt10 != ''"> and lotatt10 = #{lotatt10}</if>
- <if test="lotatt11 != null and lotatt11 != ''"> and lotatt11 = #{lotatt11}</if>
- <if test="lotatt12 != null and lotatt12 != ''"> and lotatt12 = #{lotatt12}</if>
- <if test="lotatt13 != null and lotatt13 != ''"> and lotatt13 = #{lotatt13}</if>
- <if test="lotatt14 != null and lotatt14 != ''"> and lotatt14 = #{lotatt14}</if>
- <if test="lotatt15 != null and lotatt15 != ''"> and lotatt15 = #{lotatt15}</if>
- <if test="lotatt16 != null and lotatt16 != ''"> and lotatt16 = #{lotatt16}</if>
- <if test="lotatt17 != null and lotatt17 != ''"> and lotatt17 = #{lotatt17}</if>
- <if test="lotatt18 != null and lotatt18 != ''"> and lotatt18 = #{lotatt18}</if>
- </where>
- order by t1.create_time desc
- </select>
- <select id="selectActAllocationDetailsByAllocationId" parameterType="String" resultMap="ActAllocationDetailsResult">
- <include refid="selectActAllocationDetailsVo"/>
- where allocation_id = #{allocationId}
- </select>
- <select id="selectselectActAllocationDetailsBy" resultMap="ActAllocationDetailsResult">
- <include refid="selectActAllocationDetailsVo"/>
- where order_no = #{orderNo} and line_no = #{orderLineNo} and material = #{sku} and lotnum = #{lotnum}
- </select>
- <insert id="insertActAllocationDetails" parameterType="ActAllocationDetails">
- insert into act_allocation_details
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="allocationId != null">allocation_id,</if>
- <if test="orderNo != null and orderNo != ''">order_no,</if>
- <if test="lineNo != null">line_no,</if>
- <if test="material != null and material != ''">material,</if>
- <if test="locationId != null">location_id,</if>
- <if test="callTransactionId != null">call_transaction_id,</if>
- <if test="status != null">status,</if>
- <if test="lotnum != null">lotnum,</if>
- <if test="qty != null">qty,</if>
- <if test="pickTransactionId != null">pick_transaction_id,</if>
- <if test="pickToLocation != null">pick_to_location,</if>
- <if test="pickQty != null">pick_qty,</if>
- <if test="createBy != null">create_by,</if>
- <if test="createTime != null">create_time,</if>
- <if test="updateBy != null">update_by,</if>
- <if test="updateTime != null">update_time,</if>
- <if test="userdefine1 != null">userdefine1,</if>
- <if test="userdefine2 != null">userdefine2,</if>
- <if test="userdefine3 != null">userdefine3,</if>
- <if test="userdefine4 != null">userdefine4,</if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="allocationId != null">#{allocationId},</if>
- <if test="orderNo != null and orderNo != ''">#{orderNo},</if>
- <if test="lineNo != null">#{lineNo},</if>
- <if test="material != null and material != ''">#{material},</if>
- <if test="locationId != null">#{locationId},</if>
- <if test="callTransactionId != null">#{callTransactionId},</if>
- <if test="status != null">#{status},</if>
- <if test="lotnum != null">#{lotnum},</if>
- <if test="qty != null">#{qty},</if>
- <if test="pickTransactionId != null">#{pickTransactionId},</if>
- <if test="pickToLocation != null">#{pickToLocation},</if>
- <if test="pickQty != null">#{pickQty},</if>
- <if test="createBy != null">#{createBy},</if>
- <if test="createTime != null">#{createTime},</if>
- <if test="updateBy != null">#{updateBy},</if>
- <if test="updateTime != null">#{updateTime},</if>
- <if test="userdefine1 != null">#{userdefine1},</if>
- <if test="userdefine2 != null">#{userdefine2},</if>
- <if test="userdefine3 != null">#{userdefine3},</if>
- <if test="userdefine4 != null">#{userdefine4},</if>
- </trim>
- </insert>
- <update id="updateActAllocationDetails" parameterType="ActAllocationDetails">
- update act_allocation_details
- <trim prefix="SET" suffixOverrides=",">
- <if test="orderNo != null and orderNo != ''">order_no = #{orderNo},</if>
- <if test="lineNo != null">line_no = #{lineNo},</if>
- <if test="material != null and material != ''">material = #{material},</if>
- <if test="locationId != null">location_id = #{locationId},</if>
- <if test="callTransactionId != null">call_transaction_id = #{callTransactionId},</if>
- <if test="status != null">status = #{status},</if>
- <if test="lotnum != null">lotnum = #{lotnum},</if>
- <if test="qty != null">qty = #{qty},</if>
- <if test="pickTransactionId != null">pick_transaction_id = #{pickTransactionId},</if>
- <if test="pickToLocation != null">pick_to_location = #{pickToLocation},</if>
- <if test="pickQty != null">pick_qty = #{pickQty},</if>
- <if test="createBy != null">create_by = #{createBy},</if>
- <if test="createTime != null">create_time = #{createTime},</if>
- <if test="updateBy != null">update_by = #{updateBy},</if>
- <if test="updateTime != null">update_time = #{updateTime},</if>
- <if test="userdefine1 != null">userdefine1 = #{userdefine1},</if>
- <if test="userdefine2 != null">userdefine2 = #{userdefine2},</if>
- <if test="userdefine3 != null">userdefine3 = #{userdefine3},</if>
- <if test="userdefine4 != null">userdefine4 = #{userdefine4},</if>
- </trim>
- where allocation_id = #{allocationId}
- </update>
- <delete id="deleteActAllocationDetailsByAllocationId" parameterType="String">
- delete
- from act_allocation_details
- where allocation_id = #{allocationId}
- </delete>
- <delete id="deleteActAllocationDetailsByAllocationIds" parameterType="String">
- delete from act_allocation_details where allocation_id in
- <foreach item="allocationId" collection="array" open="(" separator="," close=")">
- #{allocationId}
- </foreach>
- </delete>
- <select id="queryAllocationDetailsByPalletNo" parameterType="String" resultMap="ActAllocationDetailsResult">
- select al.*
- from act_allocation_details al
- where al.userdefine1 = #{palletNo}
- </select>
- <select id="queryAllocationDetailsToPickByPalletNo" parameterType="String" resultMap="ActAllocationDetailsResult">
- select t1.*
- from act_allocation_details t1
- left join inv_lot_att t2 on t2.lotnum = t1.lotnum
- where t2.lotatt07 = #{palletNo} and t1.`status` = '21'
- </select>
- <select id="queryAllocationDetailsByOrderNo" parameterType="String" resultMap="ActAllocationDetailsResult">
- select al.*
- from act_allocation_details al
- where al.order_no = #{orderNo}
- and status in (10, 20, 30, 40)
- </select>
- <update id="updateAllocationDetailsLocationIdByPalletNo">
- update act_allocation_details set location_id = #{locationId} where userdefine1 = #{palletNo}
- </update>
- </mapper>
|