Browse Source

精简标题

pjzs_starttask_update
shanji 2 years ago
parent
commit
b60157bcaa
  1. 3
      BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs

3
BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs

@ -160,6 +160,9 @@ namespace BBWY.Server.Business
if (string.IsNullOrEmpty(request.FullTitle)) if (string.IsNullOrEmpty(request.FullTitle))
throw new BusinessException("缺少完整标题"); throw new BusinessException("缺少完整标题");
if (string.IsNullOrEmpty(request.SimpleTitle))
throw new BusinessException("缺少精简标题");
if (string.IsNullOrEmpty(request.ActivityName)) if (string.IsNullOrEmpty(request.ActivityName))
throw new BusinessException("缺少任务名称"); throw new BusinessException("缺少任务名称");

Loading…
Cancel
Save