peng
5 天以前 a87ea6e545a5617f8752c669898f6a7225a38a14
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() {