Przeglądaj źródła

入库明细查仓库

changhaoning 1 rok temu
rodzic
commit
3a08701e4d

+ 2 - 0
src/main/java/com/dk/mdm/mapper/ivt/InboundItemMapper.xml

@@ -191,6 +191,8 @@
     <select id="selectByCond" resultMap="BaseResultMapResponse">
         SELECT
         <include refid="Base_Column_List_Response"/>
+        ,tpii.wh_id as "whId"
+        ,tmw.wh_name as "whName"
         ,tmgs.sku_code  as "skuCode"
         ,tmgs.sku_model as "skuModel"
         ,tmgs.sku_name  as "skuName"