Money (accountConfig. Getminey. Subtract (order. Getmoney));
AccountConfigMapper. UpdateById (accountConfig);
CodePudding user response:
AccountConfig. SetMoney (accountConfig. GetMoney. Subtract (order. GetMoney));
AccountConfigMapper. UpdateById (accountConfig);
CodePudding user response:
Do lock table processing?