| 复制代码ACCOUNT_LOGIN
begin
insert into PREMIUM_SERVICE (strAccountID, strType, nDays) VALUES (@AccountID, [color=Red]1, 3[/color])
end
改为
begin
insert into PREMIUM_SERVICE (strAccountID, strType, nDays) VALUES (@AccountID, [color=Red]8, 3[/color])
end
3是天数
 |