错误信息

This commit is contained in:
meixiongfeng 2023-07-11 20:50:28 +08:00
parent 471730d46f
commit b607003fc0

View File

@ -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(),