|
@@ -10,7 +10,7 @@
|
|
|
-->
|
|
|
<select id="selectByBaseId" resultType="com.yc.ship.module.resource.controller.admin.baseprice.vo.ProductBasePriceRespVO">
|
|
|
SELECT pb.id, pb.product_base_id productBaseId, pb.project_id projectId, pb.sale_price salePrice, pb.spec_type specType,
|
|
|
- pb.specification_id specificationId, pb.cost_price costPrice, pb.sale_price salePrice
|
|
|
+ pb.specification_id specificationId, pb.cost_price costPrice
|
|
|
FROM product_base_price pb where pb.deleted = 0
|
|
|
AND pb.product_base_id = #{baseId} ORDER BY pb.id
|
|
|
</select>
|