This commit is contained in:
2025-11-25 14:38:23 +08:00
parent 1453b1be12
commit 1acde33a44

View File

@@ -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" +