|
|
@@ -39,6 +39,7 @@
|
|
|
<result column="pd_text4" jdbcType="VARCHAR" property="pd_text4" />
|
|
|
<result column="pd_text5" jdbcType="VARCHAR" property="pd_text5" />
|
|
|
<result column="pd_remark" jdbcType="VARCHAR" property="pd_remark" />
|
|
|
+ <result column="pi_iocode" jdbcType="VARCHAR" property="pd_iocode" />
|
|
|
<result column="pd_ym" jdbcType="INTEGER" property="pd_ym" />
|
|
|
<result column="pd_yqty" jdbcType="INTEGER" property="pd_yqty" />
|
|
|
<result column="pd_ioid" jdbcType="INTEGER" property="pd_ioid" />
|
|
|
@@ -746,6 +747,7 @@
|
|
|
|
|
|
<select id="selectByFK" parameterType="long" resultMap="BaseResultMap">
|
|
|
select * from prodiodetail a left join product b on b.pr_id= a.pd_prodid and a.companyid = b.companyid
|
|
|
+ left join prodinout on pi_id = pd_piid
|
|
|
where pd_piid=#{id} order by pd_pdno
|
|
|
</select>
|
|
|
|