成本
This commit is contained in:
@@ -267,7 +267,6 @@ public interface ShopOrderStatisticMapper extends BaseMapper<ShopOrderStatistic>
|
|||||||
"WHERE" +
|
"WHERE" +
|
||||||
" product.shop_id = #{shopId} " +
|
" product.shop_id = #{shopId} " +
|
||||||
" AND sku.cost_price > 0")
|
" AND sku.cost_price > 0")
|
||||||
@MapKey("skuId")
|
|
||||||
List<ProductCostAmountVO> getSkuCostAmount(Long shopId);
|
List<ProductCostAmountVO> getSkuCostAmount(Long shopId);
|
||||||
|
|
||||||
@Select("SELECT" +
|
@Select("SELECT" +
|
||||||
|
|||||||
Reference in New Issue
Block a user