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