Commit d88e14e5 by 王军业

【更换提示】

1 parent 641a032e
......@@ -540,7 +540,7 @@ public class ContractServiceImpl implements ContractService {
ImportExcel importExcel = new ImportExcel();
if(!importExcel.IsIlegal(file,ranke)) {
failCode.setEcode("500");
failCode.setEnote("导入异常");
failCode.setEnote("导入失败");
return failCode;
}
List<List<ImportModel>> list=importExcel.Import(file);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!