|
@@ -468,7 +468,7 @@
|
|
|
<result column="pr_kind" property="rc_prodKind" jdbcType="VARCHAR"/>
|
|
<result column="pr_kind" property="rc_prodKind" jdbcType="VARCHAR"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
<select id="selectReserveCost" resultMap="ProdReserveCostResultMap">
|
|
<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
|
|
from productWH left join Product on pw_prodid=pr_id left join warehouse on pw_whid=wh_id
|
|
|
<where>
|
|
<where>
|
|
|
<if test="con!=null">
|
|
<if test="con!=null">
|