修改bug。
This commit is contained in:
@@ -97,6 +97,8 @@ public final class ImportBIExcelData
|
||||
for ( Cell cell : titleRow )
|
||||
{
|
||||
String cellString = MyPOIUtils.getStringCellValue( cell );
|
||||
|
||||
logger.info( "比较报表标题行,待导入报表标题:" + cellString + ";验证标题:" + title[cellIndex] );
|
||||
|
||||
if ( !cellString.equals( title[cellIndex] ) )
|
||||
{
|
||||
|
@@ -70,6 +70,8 @@ public class ImportBIDataController
|
||||
}
|
||||
else if ( type == ReportType.TWrTelsalerList.getReportTypeCode() )
|
||||
{
|
||||
logger.info( "导入机构续保率报表。");
|
||||
|
||||
importedCount = importTWrTelsalerList( filePath, sheetIndex, firstRow );
|
||||
}
|
||||
|
||||
|
@@ -36,16 +36,16 @@
|
||||
</insert>
|
||||
|
||||
<select id="cleanTelsalerAttachingRateData" statementType="CALLABLE">
|
||||
call TELSALE_BI_UTILS_dev.清理BI电销坐席车非渗透率跟踪表()
|
||||
call TELSALE_BI_UTILS.清理BI电销坐席车非渗透率跟踪表()
|
||||
</select>
|
||||
<select id="cleanTelsalerRenewalRateData" statementType="CALLABLE">
|
||||
call TELSALE_BI_UTILS_dev.清理BI电销坐席续保率跟踪表()
|
||||
call TELSALE_BI_UTILS.清理BI电销坐席续保率跟踪表()
|
||||
</select>
|
||||
<select id="cleanDepartmentAttachingRateData" statementType="CALLABLE">
|
||||
call TELSALE_BI_UTILS_dev.清理BI部门渗透率跟踪表()
|
||||
call TELSALE_BI_UTILS.清理BI部门渗透率跟踪表()
|
||||
</select>
|
||||
|
||||
<select id="cleanDepartmentRenewalRateData" statementType="CALLABLE">
|
||||
call TELSALE_BI_UTILS_dev.清理BI部门续保率跟踪表()
|
||||
call TELSALE_BI_UTILS.清理BI部门续保率跟踪表()
|
||||
</select>
|
||||
</mapper>
|
@@ -102,9 +102,7 @@
|
||||
t."个车续保率(序时)(%)" as 个车续保率序时,
|
||||
t."个车续保率(全月)(%)" as 个车续保率全月,
|
||||
t."环比昨日(%)" as 环比昨日,
|
||||
t."环比上月(%)" as 环比上月,
|
||||
t.平均提前签单天数,
|
||||
t.环比
|
||||
t."环比上月(%)" as 环比上月
|
||||
from "BI机构续保率跟踪表-24年" t
|
||||
</select>
|
||||
<resultMap id="BIDepartmentRenewalRate" type="com.cpic.xim.mybatis.pojo.BIDepartmentRenewalRateRecord">
|
||||
|
Reference in New Issue
Block a user