Commit e89577d7 authored by neo's avatar neo

[bugfix] add annoation for mapper

parent fa6f7309
...@@ -2,6 +2,7 @@ package pwc.taxtech.atms.vat.service.impl; ...@@ -2,6 +2,7 @@ package pwc.taxtech.atms.vat.service.impl;
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import pwc.taxtech.atms.common.CommonUtils; import pwc.taxtech.atms.common.CommonUtils;
import pwc.taxtech.atms.common.util.SpringContextUtil; import pwc.taxtech.atms.common.util.SpringContextUtil;
...@@ -48,7 +49,9 @@ import java.util.stream.Collectors; ...@@ -48,7 +49,9 @@ import java.util.stream.Collectors;
@Component @Component
public class ReportServiceImpl extends VatAbstractService implements ReportService { public class ReportServiceImpl extends VatAbstractService implements ReportService {
@Autowired
private PeriodTaxRuleSettingMapper periodTaxRuleSettingMapper; private PeriodTaxRuleSettingMapper periodTaxRuleSettingMapper;
@Autowired
private PeriodTaxPayerReportRuleMapper periodTaxPayerReportRuleMapper; private PeriodTaxPayerReportRuleMapper periodTaxPayerReportRuleMapper;
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment