This commit is contained in:
eson 2023-09-05 16:14:43 +08:00
parent f0d0b563b2
commit b3fcf0c77c

View File

@ -67,6 +67,7 @@ func (l *UserResetPasswordLogic) UserResetPassword(req *types.RequestUserResetPa
})
if err != nil {
logx.Error(err)
return resp.SetStatus(basic.CodeDbSqlErr, err.Error())
}