错误信息
This commit is contained in:
parent
471730d46f
commit
b607003fc0
@ -226,7 +226,7 @@ func (this *WTask) AcceptCaravanTask(session comm.IUserSession, groupId int32) (
|
||||
}
|
||||
}
|
||||
|
||||
if target != nil {
|
||||
if target == nil {
|
||||
errdata = &pb.ErrorData{
|
||||
Code: pb.ErrorCode_ConfigNoFound,
|
||||
Title: pb.ErrorCode_ConfigNoFound.ToString(),
|
||||
|
Loading…
Reference in New Issue
Block a user