fix(工作项导入): 优化导入错误提示语句

This commit is contained in:
OTTO 2024-09-04 11:49:13 +08:00
parent 4cd5faf105
commit 4de1674f9f
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ public class PmsProjectIssuesService {
result = gitLinkRequestHelper.doPostFile(PmsGitLinkRequestUrl.IMPORT_ISSUES(pmProjectId, pmsEnterprise.getGitlinkOrgId()), file);
} catch (Exception e) {
logger.error(e.getMessage());
throw new ServiceException("导入工作项失败");
throw new ServiceException("导入失败请上传正确格式的excel文件");
}
return result;
}