|
@@ -106,7 +106,7 @@
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
<select id="findProductByProductId" resultType="com.caimei.modules.weisha.entity.CmOrganizeProduct">
|
|
<select id="findProductByProductId" resultType="com.caimei.modules.weisha.entity.CmOrganizeProduct">
|
|
- select productID as productId, ladderPriceFlag,price1 as price,ifnull(includedTax,2) as includedTax,invoiceType,taxPoint as clubTaxPoint,supplierTaxPoint as shopTaxPoint,minBuyNumber,costCheckFlag as costType,
|
|
|
|
|
|
+ select productID as productId, ladderPriceFlag,price as price,ifnull(includedTax,2) as includedTax,invoiceType,taxPoint as clubTaxPoint,supplierTaxPoint as shopTaxPoint,minBuyNumber,costCheckFlag as costType,
|
|
costPrice,costProportional
|
|
costPrice,costProportional
|
|
from product
|
|
from product
|
|
where productID = #{productId}
|
|
where productID = #{productId}
|