|
@@ -5,14 +5,15 @@
|
|
<mapper namespace="com.ruoyi.reportManagement.mapper.TWhgenlegMapper">
|
|
<mapper namespace="com.ruoyi.reportManagement.mapper.TWhgenlegMapper">
|
|
|
|
|
|
<resultMap type="TWhgenleg" id="TWhgenlegResult">
|
|
<resultMap type="TWhgenleg" id="TWhgenlegResult">
|
|
- <result property="fAccyear" column="f_accyear"/>
|
|
|
|
<result property="fId" column="f_id"/>
|
|
<result property="fId" column="f_id"/>
|
|
|
|
+ <result property="fAccyear" column="f_accyear"/>
|
|
<result property="fAccmonth" column="f_accmonth"/>
|
|
<result property="fAccmonth" column="f_accmonth"/>
|
|
<result property="fCorpid" column="f_corpid"/>
|
|
<result property="fCorpid" column="f_corpid"/>
|
|
<result property="fMblno" column="f_mblno"/>
|
|
<result property="fMblno" column="f_mblno"/>
|
|
<result property="fOriginalbillno" column="f_originalbillno"/>
|
|
<result property="fOriginalbillno" column="f_originalbillno"/>
|
|
<result property="fWarehouseLocationid" column="f_warehouse_locationid"/>
|
|
<result property="fWarehouseLocationid" column="f_warehouse_locationid"/>
|
|
<result property="fGoodsid" column="f_goodsid"/>
|
|
<result property="fGoodsid" column="f_goodsid"/>
|
|
|
|
+ <result property="fChargedate" column="f_chargedate"/>
|
|
<result property="fTrademodeid" column="f_trademodeid"/>
|
|
<result property="fTrademodeid" column="f_trademodeid"/>
|
|
<result property="fPreqty" column="f_preqty"/>
|
|
<result property="fPreqty" column="f_preqty"/>
|
|
<result property="fWarehouseid" column="f_warehouseid"/>
|
|
<result property="fWarehouseid" column="f_warehouseid"/>
|
|
@@ -20,56 +21,57 @@
|
|
<result property="fPrenetweight" column="f_prenetweight"/>
|
|
<result property="fPrenetweight" column="f_prenetweight"/>
|
|
<result property="fQtyd" column="f_qtyD"/>
|
|
<result property="fQtyd" column="f_qtyD"/>
|
|
<result property="fVolumnd" column="f_volumnD"/>
|
|
<result property="fVolumnd" column="f_volumnD"/>
|
|
|
|
+ <result property="fBillingway" column="f_billingway"/>
|
|
<result property="fGrossweightd" column="f_grossweightD"/>
|
|
<result property="fGrossweightd" column="f_grossweightD"/>
|
|
<result property="fNetweightd" column="f_netweightD"/>
|
|
<result property="fNetweightd" column="f_netweightD"/>
|
|
<result property="fVolumnc" column="f_volumnC"/>
|
|
<result property="fVolumnc" column="f_volumnC"/>
|
|
<result property="fQtyc" column="f_qtyC"/>
|
|
<result property="fQtyc" column="f_qtyC"/>
|
|
- <result property="fQtyblc" column="f_qtyblc"/>
|
|
|
|
<result property="fGrossweightc" column="f_grossweightC"/>
|
|
<result property="fGrossweightc" column="f_grossweightC"/>
|
|
- <result property="fNetweightc" column="f_netweightC"/>
|
|
|
|
|
|
+ <result property="fQtyblc" column="f_qtyblc"/>
|
|
<result property="fGrossweightblc" column="f_grossweightblc"/>
|
|
<result property="fGrossweightblc" column="f_grossweightblc"/>
|
|
|
|
+ <result property="fNetweightc" column="f_netweightC"/>
|
|
<result property="fNetweightblc" column="f_netweightblc"/>
|
|
<result property="fNetweightblc" column="f_netweightblc"/>
|
|
<result property="fCntrno" column="f_cntrno"/>
|
|
<result property="fCntrno" column="f_cntrno"/>
|
|
- <result property="fMarks" column="f_marks"/>
|
|
|
|
<result property="fStatus" column="f_status"/>
|
|
<result property="fStatus" column="f_status"/>
|
|
<result property="delFlag" column="del_flag"/>
|
|
<result property="delFlag" column="del_flag"/>
|
|
<result property="createBy" column="create_by"/>
|
|
<result property="createBy" column="create_by"/>
|
|
|
|
+ <result property="fMarks" column="f_marks"/>
|
|
<result property="createTime" column="create_time"/>
|
|
<result property="createTime" column="create_time"/>
|
|
<result property="updateBy" column="update_by"/>
|
|
<result property="updateBy" column="update_by"/>
|
|
<result property="updateTime" column="update_time"/>
|
|
<result property="updateTime" column="update_time"/>
|
|
- <result property="fOriginalbilldate" column="f_originalbilldate"/>
|
|
|
|
<result property="remark" column="remark"/>
|
|
<result property="remark" column="remark"/>
|
|
|
|
+ <result property="fOriginalbilldate" column="f_originalbilldate"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectTWhgenlegVo">
|
|
<sql id="selectTWhgenlegVo">
|
|
- select f_accyear, f_id, f_accmonth, f_corpid, f_mblno, f_originalbilldate, f_warehouseid, f_originalbillno, f_marks, f_warehouse_locationid, f_goodsid, f_trademodeid, f_preqty, f_pregrossweight, f_prenetweight, f_qtyD, f_volumnD, f_grossweightD, f_netweightD, f_volumnC, f_qtyC, f_qtyblc, f_grossweightC, f_netweightC, f_grossweightblc, f_netweightblc, f_cntrno, f_status, del_flag, create_by, create_time, update_by, update_time, remark from t_whgenleg
|
|
|
|
|
|
+ select f_id, f_accyear, f_accmonth, f_corpid, f_mblno, f_originalbillno, f_warehouse_locationid, f_goodsid, f_chargedate, f_trademodeid, f_preqty, f_warehouseid, f_pregrossweight, f_prenetweight, f_qtyD, f_volumnD, f_billingway, f_grossweightD, f_netweightD, f_volumnC, f_qtyC, f_grossweightC, f_qtyblc, f_grossweightblc, f_netweightC, f_netweightblc, f_cntrno, f_status, del_flag, create_by, f_marks, create_time, update_by, update_time, remark, f_originalbilldate from t_whgenleg
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
<select id="selectTWhgenlegList" parameterType="TWhgenleg" resultMap="TWhgenlegResult">
|
|
<select id="selectTWhgenlegList" parameterType="TWhgenleg" resultMap="TWhgenlegResult">
|
|
<include refid="selectTWhgenlegVo"/>
|
|
<include refid="selectTWhgenlegVo"/>
|
|
<where>
|
|
<where>
|
|
<if test="fOriginalbillno != null and fOriginalbillno != ''">and f_originalbillno = #{fOriginalbillno}</if>
|
|
<if test="fOriginalbillno != null and fOriginalbillno != ''">and f_originalbillno = #{fOriginalbillno}</if>
|
|
|
|
+ <if test="fChargedate != null ">and f_chargedate = #{fChargedate}</if>
|
|
<if test="fPreqty != null ">and f_preqty = #{fPreqty}</if>
|
|
<if test="fPreqty != null ">and f_preqty = #{fPreqty}</if>
|
|
- <if test="fCorpid != null ">and f_corpid = #{fCorpid}</if>
|
|
|
|
- <if test="fMblno != null ">and f_mblno = #{fMblno}</if>
|
|
|
|
|
|
+ <if test="fWarehouseid != null ">and f_warehouseid = #{fWarehouseid}</if>
|
|
<if test="fPregrossweight != null ">and f_pregrossweight = #{fPregrossweight}</if>
|
|
<if test="fPregrossweight != null ">and f_pregrossweight = #{fPregrossweight}</if>
|
|
<if test="fPrenetweight != null ">and f_prenetweight = #{fPrenetweight}</if>
|
|
<if test="fPrenetweight != null ">and f_prenetweight = #{fPrenetweight}</if>
|
|
<if test="fQtyd != null ">and f_qtyD = #{fQtyd}</if>
|
|
<if test="fQtyd != null ">and f_qtyD = #{fQtyd}</if>
|
|
<if test="fVolumnd != null ">and f_volumnD = #{fVolumnd}</if>
|
|
<if test="fVolumnd != null ">and f_volumnD = #{fVolumnd}</if>
|
|
- <if test="fWarehouseid != null ">and f_warehouseid = #{fWarehouseid}</if>
|
|
|
|
|
|
+ <if test="fBillingway != null ">and f_billingway = #{fBillingway}</if>
|
|
<if test="fGrossweightd != null ">and f_grossweightD = #{fGrossweightd}</if>
|
|
<if test="fGrossweightd != null ">and f_grossweightD = #{fGrossweightd}</if>
|
|
- <if test="fOriginalbilldate != null ">and f_originalbilldate = #{fOriginalbilldate}</if>
|
|
|
|
<if test="fNetweightd != null ">and f_netweightD = #{fNetweightd}</if>
|
|
<if test="fNetweightd != null ">and f_netweightD = #{fNetweightd}</if>
|
|
<if test="fVolumnc != null ">and f_volumnC = #{fVolumnc}</if>
|
|
<if test="fVolumnc != null ">and f_volumnC = #{fVolumnc}</if>
|
|
<if test="fQtyc != null ">and f_qtyC = #{fQtyc}</if>
|
|
<if test="fQtyc != null ">and f_qtyC = #{fQtyc}</if>
|
|
- <if test="fMarks != null and fMarks != ''">and f_marks = #{fMarks}</if>
|
|
|
|
- <if test="fQtyblc != null ">and f_qtyblc = #{fQtyblc}</if>
|
|
|
|
<if test="fGrossweightc != null ">and f_grossweightC = #{fGrossweightc}</if>
|
|
<if test="fGrossweightc != null ">and f_grossweightC = #{fGrossweightc}</if>
|
|
- <if test="fNetweightc != null ">and f_netweightC = #{fNetweightc}</if>
|
|
|
|
|
|
+ <if test="fQtyblc != null ">and f_qtyblc = #{fQtyblc}</if>
|
|
<if test="fGrossweightblc != null ">and f_grossweightblc = #{fGrossweightblc}</if>
|
|
<if test="fGrossweightblc != null ">and f_grossweightblc = #{fGrossweightblc}</if>
|
|
|
|
+ <if test="fNetweightc != null ">and f_netweightC = #{fNetweightc}</if>
|
|
<if test="fNetweightblc != null ">and f_netweightblc = #{fNetweightblc}</if>
|
|
<if test="fNetweightblc != null ">and f_netweightblc = #{fNetweightblc}</if>
|
|
<if test="fCntrno != null and fCntrno != ''">and f_cntrno = #{fCntrno}</if>
|
|
<if test="fCntrno != null and fCntrno != ''">and f_cntrno = #{fCntrno}</if>
|
|
<if test="fStatus != null and fStatus != ''">and f_status = #{fStatus}</if>
|
|
<if test="fStatus != null and fStatus != ''">and f_status = #{fStatus}</if>
|
|
|
|
+ <if test="fMarks != null and fMarks != ''">and f_marks = #{fMarks}</if>
|
|
|
|
+ <if test="fOriginalbilldate != null ">and f_originalbilldate = #{fOriginalbilldate}</if>
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
|
|
|
|
@@ -162,13 +164,13 @@
|
|
insert into t_whgenleg
|
|
insert into t_whgenleg
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<if test="fAccyear != null">f_accyear,</if>
|
|
<if test="fAccyear != null">f_accyear,</if>
|
|
- <if test="fId != null">f_id,</if>
|
|
|
|
<if test="fAccmonth != null">f_accmonth,</if>
|
|
<if test="fAccmonth != null">f_accmonth,</if>
|
|
<if test="fCorpid != null">f_corpid,</if>
|
|
<if test="fCorpid != null">f_corpid,</if>
|
|
<if test="fMblno != null">f_mblno,</if>
|
|
<if test="fMblno != null">f_mblno,</if>
|
|
<if test="fOriginalbillno != null">f_originalbillno,</if>
|
|
<if test="fOriginalbillno != null">f_originalbillno,</if>
|
|
<if test="fWarehouseLocationid != null">f_warehouse_locationid,</if>
|
|
<if test="fWarehouseLocationid != null">f_warehouse_locationid,</if>
|
|
<if test="fGoodsid != null">f_goodsid,</if>
|
|
<if test="fGoodsid != null">f_goodsid,</if>
|
|
|
|
+ <if test="fChargedate != null">f_chargedate,</if>
|
|
<if test="fTrademodeid != null">f_trademodeid,</if>
|
|
<if test="fTrademodeid != null">f_trademodeid,</if>
|
|
<if test="fPreqty != null">f_preqty,</if>
|
|
<if test="fPreqty != null">f_preqty,</if>
|
|
<if test="fWarehouseid != null">f_warehouseid,</if>
|
|
<if test="fWarehouseid != null">f_warehouseid,</if>
|
|
@@ -176,14 +178,15 @@
|
|
<if test="fPrenetweight != null">f_prenetweight,</if>
|
|
<if test="fPrenetweight != null">f_prenetweight,</if>
|
|
<if test="fQtyd != null">f_qtyD,</if>
|
|
<if test="fQtyd != null">f_qtyD,</if>
|
|
<if test="fVolumnd != null">f_volumnD,</if>
|
|
<if test="fVolumnd != null">f_volumnD,</if>
|
|
|
|
+ <if test="fBillingway != null">f_billingway,</if>
|
|
<if test="fGrossweightd != null">f_grossweightD,</if>
|
|
<if test="fGrossweightd != null">f_grossweightD,</if>
|
|
<if test="fNetweightd != null">f_netweightD,</if>
|
|
<if test="fNetweightd != null">f_netweightD,</if>
|
|
<if test="fVolumnc != null">f_volumnC,</if>
|
|
<if test="fVolumnc != null">f_volumnC,</if>
|
|
<if test="fQtyc != null">f_qtyC,</if>
|
|
<if test="fQtyc != null">f_qtyC,</if>
|
|
<if test="fGrossweightc != null">f_grossweightC,</if>
|
|
<if test="fGrossweightc != null">f_grossweightC,</if>
|
|
<if test="fQtyblc != null">f_qtyblc,</if>
|
|
<if test="fQtyblc != null">f_qtyblc,</if>
|
|
- <if test="fNetweightc != null">f_netweightC,</if>
|
|
|
|
<if test="fGrossweightblc != null">f_grossweightblc,</if>
|
|
<if test="fGrossweightblc != null">f_grossweightblc,</if>
|
|
|
|
+ <if test="fNetweightc != null">f_netweightC,</if>
|
|
<if test="fNetweightblc != null">f_netweightblc,</if>
|
|
<if test="fNetweightblc != null">f_netweightblc,</if>
|
|
<if test="fCntrno != null">f_cntrno,</if>
|
|
<if test="fCntrno != null">f_cntrno,</if>
|
|
<if test="fStatus != null">f_status,</if>
|
|
<if test="fStatus != null">f_status,</if>
|
|
@@ -198,13 +201,13 @@
|
|
</trim>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="fAccyear != null">#{fAccyear},</if>
|
|
<if test="fAccyear != null">#{fAccyear},</if>
|
|
- <if test="fId != null">#{fId},</if>
|
|
|
|
<if test="fAccmonth != null">#{fAccmonth},</if>
|
|
<if test="fAccmonth != null">#{fAccmonth},</if>
|
|
<if test="fCorpid != null">#{fCorpid},</if>
|
|
<if test="fCorpid != null">#{fCorpid},</if>
|
|
<if test="fMblno != null">#{fMblno},</if>
|
|
<if test="fMblno != null">#{fMblno},</if>
|
|
<if test="fOriginalbillno != null">#{fOriginalbillno},</if>
|
|
<if test="fOriginalbillno != null">#{fOriginalbillno},</if>
|
|
<if test="fWarehouseLocationid != null">#{fWarehouseLocationid},</if>
|
|
<if test="fWarehouseLocationid != null">#{fWarehouseLocationid},</if>
|
|
<if test="fGoodsid != null">#{fGoodsid},</if>
|
|
<if test="fGoodsid != null">#{fGoodsid},</if>
|
|
|
|
+ <if test="fChargedate != null">#{fChargedate},</if>
|
|
<if test="fTrademodeid != null">#{fTrademodeid},</if>
|
|
<if test="fTrademodeid != null">#{fTrademodeid},</if>
|
|
<if test="fPreqty != null">#{fPreqty},</if>
|
|
<if test="fPreqty != null">#{fPreqty},</if>
|
|
<if test="fWarehouseid != null">#{fWarehouseid},</if>
|
|
<if test="fWarehouseid != null">#{fWarehouseid},</if>
|
|
@@ -212,14 +215,15 @@
|
|
<if test="fPrenetweight != null">#{fPrenetweight},</if>
|
|
<if test="fPrenetweight != null">#{fPrenetweight},</if>
|
|
<if test="fQtyd != null">#{fQtyd},</if>
|
|
<if test="fQtyd != null">#{fQtyd},</if>
|
|
<if test="fVolumnd != null">#{fVolumnd},</if>
|
|
<if test="fVolumnd != null">#{fVolumnd},</if>
|
|
|
|
+ <if test="fBillingway != null">#{fBillingway},</if>
|
|
<if test="fGrossweightd != null">#{fGrossweightd},</if>
|
|
<if test="fGrossweightd != null">#{fGrossweightd},</if>
|
|
<if test="fNetweightd != null">#{fNetweightd},</if>
|
|
<if test="fNetweightd != null">#{fNetweightd},</if>
|
|
<if test="fVolumnc != null">#{fVolumnc},</if>
|
|
<if test="fVolumnc != null">#{fVolumnc},</if>
|
|
<if test="fQtyc != null">#{fQtyc},</if>
|
|
<if test="fQtyc != null">#{fQtyc},</if>
|
|
<if test="fGrossweightc != null">#{fGrossweightc},</if>
|
|
<if test="fGrossweightc != null">#{fGrossweightc},</if>
|
|
<if test="fQtyblc != null">#{fQtyblc},</if>
|
|
<if test="fQtyblc != null">#{fQtyblc},</if>
|
|
- <if test="fNetweightc != null">#{fNetweightc},</if>
|
|
|
|
<if test="fGrossweightblc != null">#{fGrossweightblc},</if>
|
|
<if test="fGrossweightblc != null">#{fGrossweightblc},</if>
|
|
|
|
+ <if test="fNetweightc != null">#{fNetweightc},</if>
|
|
<if test="fNetweightblc != null">#{fNetweightblc},</if>
|
|
<if test="fNetweightblc != null">#{fNetweightblc},</if>
|
|
<if test="fCntrno != null">#{fCntrno},</if>
|
|
<if test="fCntrno != null">#{fCntrno},</if>
|
|
<if test="fStatus != null">#{fStatus},</if>
|
|
<if test="fStatus != null">#{fStatus},</if>
|
|
@@ -237,13 +241,14 @@
|
|
<update id="updateTWhgenleg" parameterType="TWhgenleg">
|
|
<update id="updateTWhgenleg" parameterType="TWhgenleg">
|
|
update t_whgenleg
|
|
update t_whgenleg
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
- <if test="fId != null">f_id = #{fId},</if>
|
|
|
|
|
|
+ <if test="fAccyear != null">f_accyear = #{fAccyear},</if>
|
|
<if test="fAccmonth != null">f_accmonth = #{fAccmonth},</if>
|
|
<if test="fAccmonth != null">f_accmonth = #{fAccmonth},</if>
|
|
<if test="fCorpid != null">f_corpid = #{fCorpid},</if>
|
|
<if test="fCorpid != null">f_corpid = #{fCorpid},</if>
|
|
<if test="fMblno != null">f_mblno = #{fMblno},</if>
|
|
<if test="fMblno != null">f_mblno = #{fMblno},</if>
|
|
<if test="fOriginalbillno != null">f_originalbillno = #{fOriginalbillno},</if>
|
|
<if test="fOriginalbillno != null">f_originalbillno = #{fOriginalbillno},</if>
|
|
<if test="fWarehouseLocationid != null">f_warehouse_locationid = #{fWarehouseLocationid},</if>
|
|
<if test="fWarehouseLocationid != null">f_warehouse_locationid = #{fWarehouseLocationid},</if>
|
|
<if test="fGoodsid != null">f_goodsid = #{fGoodsid},</if>
|
|
<if test="fGoodsid != null">f_goodsid = #{fGoodsid},</if>
|
|
|
|
+ <if test="fChargedate != null">f_chargedate = #{fChargedate},</if>
|
|
<if test="fTrademodeid != null">f_trademodeid = #{fTrademodeid},</if>
|
|
<if test="fTrademodeid != null">f_trademodeid = #{fTrademodeid},</if>
|
|
<if test="fPreqty != null">f_preqty = #{fPreqty},</if>
|
|
<if test="fPreqty != null">f_preqty = #{fPreqty},</if>
|
|
<if test="fWarehouseid != null">f_warehouseid = #{fWarehouseid},</if>
|
|
<if test="fWarehouseid != null">f_warehouseid = #{fWarehouseid},</if>
|
|
@@ -251,14 +256,15 @@
|
|
<if test="fPrenetweight != null">f_prenetweight = #{fPrenetweight},</if>
|
|
<if test="fPrenetweight != null">f_prenetweight = #{fPrenetweight},</if>
|
|
<if test="fQtyd != null">f_qtyD = #{fQtyd},</if>
|
|
<if test="fQtyd != null">f_qtyD = #{fQtyd},</if>
|
|
<if test="fVolumnd != null">f_volumnD = #{fVolumnd},</if>
|
|
<if test="fVolumnd != null">f_volumnD = #{fVolumnd},</if>
|
|
|
|
+ <if test="fBillingway != null">f_billingway = #{fBillingway},</if>
|
|
<if test="fGrossweightd != null">f_grossweightD = #{fGrossweightd},</if>
|
|
<if test="fGrossweightd != null">f_grossweightD = #{fGrossweightd},</if>
|
|
<if test="fNetweightd != null">f_netweightD = #{fNetweightd},</if>
|
|
<if test="fNetweightd != null">f_netweightD = #{fNetweightd},</if>
|
|
<if test="fVolumnc != null">f_volumnC = #{fVolumnc},</if>
|
|
<if test="fVolumnc != null">f_volumnC = #{fVolumnc},</if>
|
|
<if test="fQtyc != null">f_qtyC = #{fQtyc},</if>
|
|
<if test="fQtyc != null">f_qtyC = #{fQtyc},</if>
|
|
<if test="fGrossweightc != null">f_grossweightC = #{fGrossweightc},</if>
|
|
<if test="fGrossweightc != null">f_grossweightC = #{fGrossweightc},</if>
|
|
<if test="fQtyblc != null">f_qtyblc = #{fQtyblc},</if>
|
|
<if test="fQtyblc != null">f_qtyblc = #{fQtyblc},</if>
|
|
- <if test="fNetweightc != null">f_netweightC = #{fNetweightc},</if>
|
|
|
|
<if test="fGrossweightblc != null">f_grossweightblc = #{fGrossweightblc},</if>
|
|
<if test="fGrossweightblc != null">f_grossweightblc = #{fGrossweightblc},</if>
|
|
|
|
+ <if test="fNetweightc != null">f_netweightC = #{fNetweightc},</if>
|
|
<if test="fNetweightblc != null">f_netweightblc = #{fNetweightblc},</if>
|
|
<if test="fNetweightblc != null">f_netweightblc = #{fNetweightblc},</if>
|
|
<if test="fCntrno != null">f_cntrno = #{fCntrno},</if>
|
|
<if test="fCntrno != null">f_cntrno = #{fCntrno},</if>
|
|
<if test="fStatus != null">f_status = #{fStatus},</if>
|
|
<if test="fStatus != null">f_status = #{fStatus},</if>
|
|
@@ -368,7 +374,7 @@
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
|
|
|
|
- <select id="selectWareHouseList" resultType="Map">
|
|
|
|
|
|
+ <select id="selectWareHouseList" resultType="Map">
|
|
SELECT
|
|
SELECT
|
|
t.f_warehouseid AS fWarehouseid,
|
|
t.f_warehouseid AS fWarehouseid,
|
|
w.f_name AS fName,
|
|
w.f_name AS fName,
|
|
@@ -389,7 +395,7 @@
|
|
) t ON w.f_id = t.f_warehouseid
|
|
) t ON w.f_id = t.f_warehouseid
|
|
</select>
|
|
</select>
|
|
|
|
|
|
- <select id="selectCorpsList" resultType="Map">
|
|
|
|
|
|
+ <select id="selectCorpsList" resultType="Map">
|
|
SELECT
|
|
SELECT
|
|
t.f_corpid AS fCorpid,
|
|
t.f_corpid AS fCorpid,
|
|
c.f_name AS fName
|
|
c.f_name AS fName
|
|
@@ -432,7 +438,6 @@
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
|
|
|
|
-
|
|
|
|
<select id="selectDateFQtyblcListList" resultType="Map">
|
|
<select id="selectDateFQtyblcListList" resultType="Map">
|
|
SELECT
|
|
SELECT
|
|
t.f_originalbilldate AS fOriginalbilldate,
|
|
t.f_originalbilldate AS fOriginalbilldate,
|