select
p.prodPriceId,
p.prodId,
p.pprId,
p.buyerId,
p.buyerRoleKey,
p.salesmanId,
p.salesmanRoleKey,
p.costItemKey,
p.surfaceQty,
p.price,
p.delFlag,
p.createUser,
p.createTime,
p.updateUser,
p.updateTime
from m_prod_price p
inner join m_cost_item c on p.costItemKey = c.costItemKey