zhs před 2 roky
rodič
revize
e321da4990
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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}