添加提现成功时间
This commit is contained in:
@@ -124,6 +124,7 @@ public class WuyouController {
|
|||||||
if (cashOut != null) {
|
if (cashOut != null) {
|
||||||
if ("2".equals(notifyDto.getStatus())) {
|
if ("2".equals(notifyDto.getStatus())) {
|
||||||
cashOut.setState(1);
|
cashOut.setState(1);
|
||||||
|
cashOut.setOutAt(DateUtil.now());
|
||||||
} else {
|
} else {
|
||||||
cashOut.setState(2);
|
cashOut.setState(2);
|
||||||
cashOut.setRefund(notifyDto.getMsg());
|
cashOut.setRefund(notifyDto.getMsg());
|
||||||
|
|||||||
Reference in New Issue
Block a user