peng
7 天以前 3fdc508014c167ee5b1e4afca62fee7fb87b62e9
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() {