Commit 0e2e8845 authored by wangqiang's avatar wangqiang

采购计划密级英文转中文

parent a81dea76
......@@ -216,7 +216,7 @@ public class PurchasePlanExcelDataVerifyListenner extends AnalysisEventListener<
return;
} else {
//校验密级,计划密级不能大于项目密级
if(!CommonUtils.verifySecretLevel(projectSecret,extPuchasePlanExcelVO.getSecretCode())){
if(!CommonUtils.verifySecretLevel(CommonUtils.searchDictDataValueByDictCode(Constants.SECRET_CODE,projectSecret),extPuchasePlanExcelVO.getSecretCode())){
errString.append("解析到数据第"+excelDataRow+"行,计划编号是:" + extPuchasePlanExcelVO.getPlanCode() + "的密级不能大于项目密级");
errorList.add(errString);
return;
......
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