翻转
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()));
|
CashOut cashOut = cashOutDao.selectOne(new QueryWrapper<CashOut>().eq("order_number", notifyDto.getOut_trade_no()));
|
||||||
if (cashOut != null) {
|
if (cashOut != null) {
|
||||||
if(notifyDto.getStatus().equals("2")){
|
if("2".equals(notifyDto.getStatus())){
|
||||||
cashOut.setState(1);
|
cashOut.setState(1);
|
||||||
}else {
|
}else {
|
||||||
cashOut.setRefund(notifyDto.getMsg());
|
cashOut.setRefund(notifyDto.getMsg());
|
||||||
|
|||||||
Reference in New Issue
Block a user