peng
2025-11-06 1a7a278e32123023fa43bdaa274da778c27b80a0
framework/src/main/java/cn/lili/modules/store/serviceimpl/StoreDetailServiceImpl.java
@@ -142,6 +142,10 @@
    public List<StoreSettlementDay> getSettlementStore(int day) {
        return this.baseMapper.getSettlementStore(day);
    }
    @Override
    public List<StoreSettlementDay> getAllSettlementStore() {
        return this.baseMapper.getAllSettlementStore();
    }
    @Override
    public StoreDeliverGoodsAddressDTO getStoreDeliverGoodsAddressDto() {