翻转
This commit is contained in:
@@ -109,7 +109,7 @@ public class WuyouController {
|
||||
}
|
||||
CashOut cashOut = cashOutDao.selectOne(new QueryWrapper<CashOut>().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());
|
||||
|
||||
Reference in New Issue
Block a user