Browse Source

问题修改

zhs 2 years ago
parent
commit
e321da4990
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/main/resources/mapper/WarehousingMapper.xml

+ 3 - 1
src/main/resources/mapper/WarehousingMapper.xml

@@ -292,7 +292,9 @@
                storage_location_name,
                warehouse_transfer_id,
                wbs,
-               receive_goods_id
+               receive_goods_id,
+               notice_id,
+               account_sleeve
         from tld_warehousing_virtual
         where unique_code = #{uniqueCode}
           and type = #{type} and warehouse_transfer_id = #{warehouseTransferId}