正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -1814,8 +1814,8 @@ func ChanceDetail(header *protocol.RequestHeader, request *protocol.ChanceDetail | @@ -1814,8 +1814,8 @@ func ChanceDetail(header *protocol.RequestHeader, request *protocol.ChanceDetail | ||
1814 | err = protocol.NewErrWithMessage(5101) | 1814 | err = protocol.NewErrWithMessage(5101) |
1815 | return | 1815 | return |
1816 | } | 1816 | } |
1817 | - if chance.Status == models.ChanceStatusClose { | ||
1818 | - err = protocol.NewErrWithMessage(5102) | 1817 | + if chance.Status == models.ChanceStatusClose { //只有一个报错码5101 机会删除 |
1818 | + err = protocol.NewErrWithMessage(5101) | ||
1819 | return | 1819 | return |
1820 | } | 1820 | } |
1821 | if chance.ReviewStatus == protocol.ReviewStatusPass { | 1821 | if chance.ReviewStatus == protocol.ReviewStatusPass { |
-
请 注册 或 登录 后发表评论