Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fix #139

Open
320187240 opened this issue Oct 28, 2024 · 0 comments
Open

bug fix #139

320187240 opened this issue Oct 28, 2024 · 0 comments

Comments

@320187240
Copy link

320187240 commented Oct 28, 2024

seata account 模块下

接口定义为:
public CommonResult decrease(@RequestParam("userId") Long userId, @RequestParam("money") BigDecimal money)
实现现为为:
public void decrease(Long userId, BigDecimal money) {
改为:
public CommonResult decrease(Long userId, BigDecimal money) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@320187240 and others