Commit 63ef41ca authored by alex yao's avatar alex yao

fix

parent b4e0644e
......@@ -452,7 +452,7 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
String templateName = DataAuditEnum.getTemplateNameByCode(secondFile);
auditResultDto.setRiskAnalysis(templateName + " file has not been submitted.");
auditResultDto.setRiskDescription(ruleDesc);
auditResultDto.setModificationSuggestions("Please submitt " + templateName + " file");
auditResultDto.setModificationSuggestions("Please submit " + templateName + " file");
results.add(auditResultDto);
}
} else {
......@@ -461,7 +461,7 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
auditResultDto.setRiskTitle(aiDataAuditRuleQueryItem.getTitle());
auditResultDto.setRiskAnalysis("Work Permit Application Details or Work Permit Extension Details has not been submitted");
auditResultDto.setRiskDescription("file has not been submitted");
auditResultDto.setModificationSuggestions("Please submitt Work Permit Application Details or Work Permit Extension Details file");
auditResultDto.setModificationSuggestions("Please submit Work Permit Application Details or Work Permit Extension Details file");
results.add(auditResultDto);
}
countDownLatch.countDown();
......
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