Jelajahi Sumber

【界面标准化】【物料库存金额】【明细加上物料类型】【前端处理】

rainco 7 tahun lalu
induk
melakukan
edac81bc45

+ 1 - 1
applications/document/document-server/src/main/resources/mapper/ProductMapper.xml

@@ -468,7 +468,7 @@
         <result column="pr_kind" property="rc_prodKind" jdbcType="VARCHAR"/>
     </resultMap>
     <select id="selectReserveCost" resultMap="ProdReserveCostResultMap">
-        select pr_code,pr_spec,pr_detail,pr_unit,wh_code,wh_description,pw_onhand onhand,pr_brand,pr_orispeccode
+        select pr_code,pr_spec,pr_detail,pr_unit,wh_code,wh_description,pw_onhand onhand,pr_brand,pr_orispeccode,pr_kind
         from productWH left join Product on pw_prodid=pr_id left join warehouse on pw_whid=wh_id
         <where>
             <if test="con!=null">