订单查询

This commit is contained in:
2025-01-22 10:45:38 +08:00
parent d45e9cb749
commit 8f21b61e52

View File

@@ -143,7 +143,7 @@ public class WuyouController {
return Result.error("订单支付信息不存在");
}
if (payDetails.getState() == 1) {
if (payDetails.getState().equals(1)) {
return Result.success().put("data", 1);
}