|
@@ -42,6 +42,13 @@ func (l *ParticipatePersonsLogic) ParticipatePersons(req *types.ParticipatePerso
|
|
EntAccountId: req.EntAccountId,
|
|
EntAccountId: req.EntAccountId,
|
|
Phone: req.Phone,
|
|
Phone: req.Phone,
|
|
})
|
|
})
|
|
|
|
+ if err != nil {
|
|
|
|
+ return &types.CommonResp{
|
|
|
|
+ Err_code: -1,
|
|
|
|
+ Err_msg: "查询失败",
|
|
|
|
+ Data: map[string]interface{}{},
|
|
|
|
+ }, nil
|
|
|
|
+ }
|
|
return &types.CommonResp{
|
|
return &types.CommonResp{
|
|
Err_code: res.ErrCode,
|
|
Err_code: res.ErrCode,
|
|
Err_msg: res.ErrMsg,
|
|
Err_msg: res.ErrMsg,
|