ソースを参照

更新

master
huangjiajun 3週間前
コミット
b58219dcf0
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/task/svc/svc_tik_tok_local_life_order_settle.go

+ 1
- 1
app/task/svc/svc_tik_tok_local_life_order_settle.go ファイルの表示

@@ -119,7 +119,7 @@ func TikTokLocalLifeOrderSettle() {
}
func ChanxuanOrderSettle() {
day := time.Now().Day()
if day < 28 {
if day < 25 {
return
}
month := utils.GetTimeRange("current_month")


読み込み中…
キャンセル
保存