Commit 96b3ed4d authored by sam.x.wang's avatar sam.x.wang

手动增加分析税金计算表数据

parent 11d4ce72
......@@ -1206,7 +1206,7 @@ public class AnalysisServiceImpl extends BaseService {
//e.createCriteria().andIsActiveEqualTo(true);
List<Organization> orgs = organizationMapper.selectByExample(e);
/* logger.info(String.format("开始分析%s机构数据", period));
logger.info(String.format("开始分析%s机构数据", period));
analysisJobService.analysisMaster(orgs, period, EnumTbImportType.CoverImport.getCode());
logger.info(String.format("开始分析%s预期返还税数据", period));
......@@ -1226,9 +1226,8 @@ public class AnalysisServiceImpl extends BaseService {
logger.info(String.format("开始分析%s税种税金计算数据", period));
analysisJobService.analysisTax(orgs, period, EnumTbImportType.CoverImport.getCode());
*/
logger.info(String.format("开始分析%税金计算表数据",period));
analysisJobService.analysisTaxCalculation(orgs,period,EnumTbImportType.CoverImport.getCode());
logger.info(String.format("开始分析%s税金计算表数据",period));
analysisJobService.analysisTaxCalculation(orgs,type,EnumTbImportType.CoverImport.getCode());
} catch (Exception ex) {
......
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