zhs 2 rokov pred
rodič
commit
e321da4990

+ 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}