打印错误日志

This commit is contained in:
meixiongfeng 2023-12-19 20:08:30 +08:00
parent 18c63955f4
commit 0cba2d618c

View File

@ -457,6 +457,7 @@ func (this *Equipment) RecycleEquipments(session comm.IUserSession, equs []strin
errdata = &pb.ErrorData{
Code: pb.ErrorCode_ConfigNoFound,
Title: pb.ErrorCode_ConfigNoFound.ToString(),
Message: err.Error(),
}
return
}