|
@ -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("缺少任务名称"); |
|
|
|
|
|
|
|
|