|
@@ -701,9 +701,8 @@
|
|
|
|
|
|
<select id="inventoryQueries" resultType="com.ruoyi.warehouseBusiness.response.InventoryQueryResponse">
|
|
<select id="inventoryQueries" resultType="com.ruoyi.warehouseBusiness.response.InventoryQueryResponse">
|
|
SELECT
|
|
SELECT
|
|
- TW.f_originalbillno AS warehouseSerialNumber,
|
|
|
|
|
|
+ TW.f_mblno AS warehouseSerialNumber,
|
|
TW.f_originalbilldate AS originalWarehousingDate,
|
|
TW.f_originalbilldate AS originalWarehousingDate,
|
|
- TW.f_mblno AS bl_no,
|
|
|
|
TG.f_name AS cargoName,
|
|
TG.f_name AS cargoName,
|
|
TW.f_marks AS cargoModel,
|
|
TW.f_marks AS cargoModel,
|
|
TG.f_specs AS cargoSpec,
|
|
TG.f_specs AS cargoSpec,
|
|
@@ -739,7 +738,7 @@
|
|
and TC.uscc = #{identifier}
|
|
and TC.uscc = #{identifier}
|
|
</if>
|
|
</if>
|
|
<if test="numbersList != null and numbersList != ''">
|
|
<if test="numbersList != null and numbersList != ''">
|
|
- and TW.f_originalbillno in
|
|
|
|
|
|
+ and TW.f_mblno in
|
|
<foreach item="number" collection="numbersList" open="(" separator="," close=")">
|
|
<foreach item="number" collection="numbersList" open="(" separator="," close=")">
|
|
#{number}
|
|
#{number}
|
|
</foreach>
|
|
</foreach>
|
|
@@ -762,7 +761,7 @@
|
|
and TC.uscc = #{identifier}
|
|
and TC.uscc = #{identifier}
|
|
</if>
|
|
</if>
|
|
<if test="numbers != null and numbers != ''">
|
|
<if test="numbers != null and numbers != ''">
|
|
- and TW.f_billno = #{numbers}
|
|
|
|
|
|
+ and TW.f_mblno = #{numbers}
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
</update>
|
|
</update>
|
|
@@ -780,7 +779,7 @@
|
|
and TC.uscc = #{identifier}
|
|
and TC.uscc = #{identifier}
|
|
</if>
|
|
</if>
|
|
<if test="numbers != null and numbers != ''">
|
|
<if test="numbers != null and numbers != ''">
|
|
- and TW.f_billno = #{numbers}
|
|
|
|
|
|
+ and TW.f_mblno = #{numbers}
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
</update>
|
|
</update>
|