记录排序

This commit is contained in:
张松
2025-10-30 13:52:41 +08:00
parent d96e4f304d
commit b637195ae9
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ public class NotifyController {
@GetMapping("testOpen")
public JSONObject test1(String code) throws Exception {
distributionUserService.distribute(54659L, "WX1983728389726539776", BigDecimal.valueOf(1), 474L, 122L, "order");
distributionUserService.distribute(54664L, "WX1983735285514747904", BigDecimal.valueOf(1), 474L, 122L, "order");
return null;
}