|
|
@@ -465,6 +465,7 @@
|
|
|
<result column="po_amount" property="rc_amount" jdbcType="DOUBLE"/>
|
|
|
<result column="pr_brand" property="rc_prodBrand" jdbcType="VARCHAR"/>
|
|
|
<result column="pr_orispeccode" property="rc_prodOrispec" jdbcType="VARCHAR"/>
|
|
|
+ <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
|
|
|
@@ -481,7 +482,7 @@
|
|
|
ORDER BY PR_ID DESC
|
|
|
</select>
|
|
|
<select id="selectReserveCostByIgnoreWarehouse" resultMap="ProdReserveCostResultMap">
|
|
|
- select pr_code,pr_spec,pr_detail,pr_unit,po_onhand onhand,po_avprice,po_amount,pr_brand,pr_orispeccode
|
|
|
+ select pr_code,pr_spec,pr_detail,pr_unit,po_onhand onhand,po_avprice,po_amount,pr_brand,pr_orispeccode,pr_kind
|
|
|
from productonhand left join product on pr_id = po_prodid and productonhand.companyId = product.companyId
|
|
|
<where>
|
|
|
<if test="con!=null">
|