我得免单订单状态

This commit is contained in:
wangguocheng
2024-05-20 15:21:57 +08:00
parent 3f1839aaab
commit 1aea7ba5ba
11 changed files with 49 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ public class TbWiningUser implements Serializable {
this.orderAmount = orderAmount;
this.isUser = isUser;
this.tradeDay = tradeDay;
this.isRefund = "false";
this.isRefund = "true";
this.refundAmount = BigDecimal.ZERO;
this.refundPayType = "WX";