From b133ff368beff56434f12e1ff9fd00bd741092b2 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Wed, 4 Dec 2024 18:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/sqx/modules/pay/controller/app/WuyouController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sqx/modules/pay/controller/app/WuyouController.java b/src/main/java/com/sqx/modules/pay/controller/app/WuyouController.java index d439b700..320b97c3 100644 --- a/src/main/java/com/sqx/modules/pay/controller/app/WuyouController.java +++ b/src/main/java/com/sqx/modules/pay/controller/app/WuyouController.java @@ -109,7 +109,7 @@ public class WuyouController { } CashOut cashOut = cashOutDao.selectOne(new QueryWrapper().eq("order_number", notifyDto.getOut_trade_no())); if (cashOut != null) { - if(notifyDto.getStatus().equals("2")){ + if("2".equals(notifyDto.getStatus())){ cashOut.setState(1); }else { cashOut.setRefund(notifyDto.getMsg());