|
|
|
@ -8,10 +8,12 @@
|
|
|
|
|
bp.zczbhhzbapzbh,
|
|
|
|
|
bp.ylqxzcrbarmc,
|
|
|
|
|
bp.manufactory,
|
|
|
|
|
bp.measname
|
|
|
|
|
bp.measname,
|
|
|
|
|
basic_corp.`name` supName
|
|
|
|
|
from pur_receive_detail
|
|
|
|
|
inner join basic_udirel on basic_udirel.id = pur_receive_detail.relIdFk
|
|
|
|
|
inner join basic_products bp on basic_udirel.uuid = bp.uuid
|
|
|
|
|
INNER JOIN basic_corp ON pur_receive_detail.supId = basic_corp.erpId
|
|
|
|
|
<where>
|
|
|
|
|
<if test="orderIdFk != null and orderIdFk != ''">
|
|
|
|
|
AND orderIdFk = #{orderIdFk}
|
|
|
|
|