|
@ -540,7 +540,7 @@ namespace BBWYB.Server.Business |
|
|
catch (Exception ex) |
|
|
catch (Exception ex) |
|
|
{ |
|
|
{ |
|
|
if (!ex.Message.Contains("订单已删除")) |
|
|
if (!ex.Message.Contains("订单已删除")) |
|
|
throw new Exception(ex.Message); |
|
|
throw new BusinessException(ex.Message); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
fsql.Transaction(() => |
|
|
fsql.Transaction(() => |
|
|