账号和密码不能一致

This commit is contained in:
“wanyongkang”
2021-01-22 09:29:39 +08:00
parent 282a24f3a5
commit 2adc1a9836

View File

@@ -217,6 +217,11 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "服务不在线");
}
if (request.Account == request.Pwd)
{
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "账号和密码不能一致");
}
var userEntity = await m_UserService.GetById(userId);
//天卡0.1元