删掉租期相关错误东西

This commit is contained in:
yml2213
2026-05-23 14:44:32 +08:00
parent e6cc9f1255
commit a6a1afb879
41 changed files with 127 additions and 312 deletions
+2 -2
View File
@@ -254,7 +254,7 @@ func (j *Job) handleReturnOverdue(ctx context.Context, now time.Time, cfg thresh
UserID: order.RenterID,
Type: "timeout",
Title: "订单已逾期未归还",
Content: "租期已超时,请尽快提交归还说明,避免进入申诉处理。",
Content: "订单已超过预计截止时间,请尽快提交归还说明,避免进入申诉处理。",
BizType: "order",
BizID: &orderID,
},
@@ -262,7 +262,7 @@ func (j *Job) handleReturnOverdue(ctx context.Context, now time.Time, cfg thresh
UserID: order.OwnerID,
Type: "timeout",
Title: "租客逾期未归还",
Content: "租客未在租期结束后及时归还,你可以发起申诉或等待客服处理。",
Content: "租客未在预计截止后及时归还,你可以发起申诉或等待客服处理。",
BizType: "order",
BizID: &orderID,
},