正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -13,7 +13,7 @@ import ( | @@ -13,7 +13,7 @@ import ( | ||
13 | type ListIntervalService struct { | 13 | type ListIntervalService struct { |
14 | } | 14 | } |
15 | 15 | ||
16 | -// TODO 创建排行榜时间,需要判断是否和当前排行榜时间冲突 | 16 | +// 创建排行榜时间 |
17 | func (listIntervalService *ListIntervalService) CreateListInterval(createListIntervalCommand *command.CreateListIntervalCommand) (interface{}, error) { | 17 | func (listIntervalService *ListIntervalService) CreateListInterval(createListIntervalCommand *command.CreateListIntervalCommand) (interface{}, error) { |
18 | if err := createListIntervalCommand.ValidateCommand(); err != nil { | 18 | if err := createListIntervalCommand.ValidateCommand(); err != nil { |
19 | return nil, application.ThrowError(application.ARG_ERROR, err.Error()) | 19 | return nil, application.ThrowError(application.ARG_ERROR, err.Error()) |
-
请 注册 或 登录 后发表评论