|
@@ -54,37 +54,37 @@ public class DataWarehouseService {
|
|
// 河北_CEM移网质量投诉明细
|
|
// 河北_CEM移网质量投诉明细
|
|
File mobileComplaintDayFile = getMobileComplaintDayFile(day);
|
|
File mobileComplaintDayFile = getMobileComplaintDayFile(day);
|
|
if (!mobileComplaintDayFile.exists()) {
|
|
if (!mobileComplaintDayFile.exists()) {
|
|
- stringBuffer.append("河北_CEM移网质量投诉明细_HE_D_MOBILE_COMP表账期 ").append(day).append(" 数据未到达");
|
|
|
|
|
|
+ stringBuffer.append("河北_CEM移网质量投诉明细_HE_D_MOBILE_COMP表账期 ").append(day).append(" 数据未到达\n");
|
|
} else if (!checkMD5(mobileComplaintDayFile)) {
|
|
} else if (!checkMD5(mobileComplaintDayFile)) {
|
|
- stringBuffer.append("河北_CEM移网质量投诉明细_HE_D_MOBILE_COMP表账期 ").append(day).append(" MD5验证未通过");
|
|
|
|
|
|
+ stringBuffer.append("河北_CEM移网质量投诉明细_HE_D_MOBILE_COMP表账期 ").append(day).append(" MD5验证未通过\n");
|
|
}
|
|
}
|
|
// 河北_CEM高品质2日明细
|
|
// 河北_CEM高品质2日明细
|
|
File highQualityListDayFile = getHighQualityListDayFile(day);
|
|
File highQualityListDayFile = getHighQualityListDayFile(day);
|
|
if (!highQualityListDayFile.exists()) {
|
|
if (!highQualityListDayFile.exists()) {
|
|
- stringBuffer.append("河北_CEM高品质2日明细_HE_D_HIGH_QUALITY_LIST表账期 ").append(day).append(" 数据未到达");
|
|
|
|
|
|
+ stringBuffer.append("河北_CEM高品质2日明细_HE_D_HIGH_QUALITY_LIST表账期 ").append(day).append(" 数据未到达\n");
|
|
} else if (!checkMD5(highQualityListDayFile)) {
|
|
} else if (!checkMD5(highQualityListDayFile)) {
|
|
- stringBuffer.append("河北_CEM高品质2日明细_HE_D_HIGH_QUALITY_LIST表账期 ").append(day).append(" MD5验证未通过");
|
|
|
|
|
|
+ stringBuffer.append("河北_CEM高品质2日明细_HE_D_HIGH_QUALITY_LIST表账期 ").append(day).append(" MD5验证未通过\n");
|
|
}
|
|
}
|
|
// 河北_CEM高品质2日统计
|
|
// 河北_CEM高品质2日统计
|
|
File highQualityCountDayFile = getHighQualityCountDayFile(day);
|
|
File highQualityCountDayFile = getHighQualityCountDayFile(day);
|
|
if (!highQualityCountDayFile.exists()) {
|
|
if (!highQualityCountDayFile.exists()) {
|
|
- stringBuffer.append("河北_CEM高品质2日统计_HE_D_HIGH_QUALITY_COUNT表账期 ").append(day).append(" 数据未到达");
|
|
|
|
|
|
+ stringBuffer.append("河北_CEM高品质2日统计_HE_D_HIGH_QUALITY_COUNT表账期 ").append(day).append(" 数据未到达\n");
|
|
} else if (!checkMD5(highQualityCountDayFile)) {
|
|
} else if (!checkMD5(highQualityCountDayFile)) {
|
|
- stringBuffer.append("河北_CEM高品质2日统计_HE_D_HIGH_QUALITY_COUNT表账期 ").append(day).append(" MD5验证未通过");
|
|
|
|
|
|
+ stringBuffer.append("河北_CEM高品质2日统计_HE_D_HIGH_QUALITY_COUNT表账期 ").append(day).append(" MD5验证未通过\n");
|
|
}
|
|
}
|
|
// 河北客户体验管理智能定责投诉明细月累计接口日
|
|
// 河北客户体验管理智能定责投诉明细月累计接口日
|
|
File complaintDetailsFixYwdDayFile = getComplaintDetailsFixYwdDayFile(day);
|
|
File complaintDetailsFixYwdDayFile = getComplaintDetailsFixYwdDayFile(day);
|
|
if (!complaintDetailsFixYwdDayFile.exists()) {
|
|
if (!complaintDetailsFixYwdDayFile.exists()) {
|
|
- stringBuffer.append("河北客户体验管理智能定责投诉明细月累计接口日 表账期 ").append(day).append(" 数据未到达");
|
|
|
|
|
|
+ stringBuffer.append("河北客户体验管理智能定责投诉明细月累计接口日 表账期 ").append(day).append(" 数据未到达\n");
|
|
} else if (!checkMD5(complaintDetailsFixYwdDayFile)) {
|
|
} else if (!checkMD5(complaintDetailsFixYwdDayFile)) {
|
|
- stringBuffer.append("河北客户体验管理智能定责投诉明细月累计接口日 表账期 ").append(day).append(" MD5验证未通过");
|
|
|
|
|
|
+ stringBuffer.append("河北客户体验管理智能定责投诉明细月累计接口日 表账期 ").append(day).append(" MD5验证未通过\n");
|
|
}
|
|
}
|
|
// 河北客户体验管理系统移网网络体验明细日信息
|
|
// 河北客户体验管理系统移网网络体验明细日信息
|
|
File cemMobileExperienceListFile = getCemMobileExperienceListFile(day);
|
|
File cemMobileExperienceListFile = getCemMobileExperienceListFile(day);
|
|
if (!cemMobileExperienceListFile.exists()) {
|
|
if (!cemMobileExperienceListFile.exists()) {
|
|
- stringBuffer.append("河北客户体验管理系统移网网络体验明细日信息 表账期 ").append(day).append(" 数据未到达");
|
|
|
|
|
|
+ stringBuffer.append("河北客户体验管理系统移网网络体验明细日信息 表账期 ").append(day).append(" 数据未到达\n");
|
|
} else if (!checkMD5(cemMobileExperienceListFile)) {
|
|
} else if (!checkMD5(cemMobileExperienceListFile)) {
|
|
- stringBuffer.append("河北客户体验管理系统移网网络体验明细日信息 表账期 ").append(day).append(" MD5验证未通过");
|
|
|
|
|
|
+ stringBuffer.append("河北客户体验管理系统移网网络体验明细日信息 表账期 ").append(day).append(" MD5验证未通过\n");
|
|
}
|
|
}
|
|
return stringBuffer.toString();
|
|
return stringBuffer.toString();
|
|
}
|
|
}
|