...
|
...
|
@@ -1814,8 +1814,8 @@ func ChanceDetail(header *protocol.RequestHeader, request *protocol.ChanceDetail |
|
|
err = protocol.NewErrWithMessage(5101)
|
|
|
return
|
|
|
}
|
|
|
if chance.Status == models.ChanceStatusClose {
|
|
|
err = protocol.NewErrWithMessage(5102)
|
|
|
if chance.Status == models.ChanceStatusClose { //只有一个报错码5101 机会删除
|
|
|
err = protocol.NewErrWithMessage(5101)
|
|
|
return
|
|
|
}
|
|
|
if chance.ReviewStatus == protocol.ReviewStatusPass {
|
...
|
...
|
|