产品bug

This commit is contained in:
“wanyongkang”
2021-04-02 15:19:26 +08:00
parent b8e8cc30b7
commit d1c3a81b8f

View File

@@ -245,6 +245,13 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
{
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "请前往实名认证");
}
// Console.WriteLine("==========================================================================");
// Console.WriteLine(request.ConnectCount);
// Console.WriteLine("==========================================================================");
if (request.ConnectCount<=0){
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "链接数至少为1");
}
//是否已经设置会员价