退款问题

This commit is contained in:
2025-12-26 17:09:34 +08:00
parent da3447cd0b
commit cb18aa5670
3 changed files with 8 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ public class OrderPayment implements Serializable {
*/
private String tradeNumber;
@Column(onUpdateValue = "now()")
// @Column(onUpdateValue = "now()")
private LocalDateTime payTime;
/**