订单事务-存储过程【点击查看详情】
订单事务-存储过程:create proc Createorder @orderId nvarchar(50),--订单号 @userId int,--用户编号 @address nvarchar(255),--收货人地址 @totalMoney money output --总金额 as begin declare @error int set @error=0
相关视频/文章