@@ -493,7 +493,7 @@
</select>
<select id="selectCalculateFields" resultType="string">
select ${fields}
- from productWH tab left join Product on pw_prodcode=pr_code left join warehouse on pw_whid=wh_id
+ from productWH tab left join Product on pw_prodid=pr_id left join warehouse on pw_whid=wh_id
<where>
<if test="con != null">
${con}