龙骑战歌手游公益服充值

[复制链接]
匿名 手游公益服 发表于 2018-7-29 20:37 | 显示全部楼层 |阅读模式
龙骑战歌手游公益服充值!修改一下代码  mysql数据库  然后设置充值
DELIMITER $
Create PROCEDURE recharge (PName varchar(100),gold int(10))
BEGIN

set @AName=CONCAT('1-',PName);
set @AccountID=(select AccountID from avatar where rolename=@AName);

update avatar set Diamond=Diamond+gold where RoleName=@AName;
update account set RechargeTotal=RechargeTotal+gold where AccountID=@AccountID;

end$
delimiter ;



您需要登录后才可以回帖 登录 | 加入网站

本版积分规则