huangjiajun 10ヶ月前
コミット
698b1e4a00
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      consume/zhios_order_hjy.go

+ 1
- 1
consume/zhios_order_hjy.go ファイルの表示

@@ -173,7 +173,7 @@ func handleZhiosOrderHjy(msg []byte) error {
// }
//
//}
if int64(ordData.ConfirmAt) < utils.TimeStdParseUnix("2023-11-01 00:00:00") {
if ordData.State != 4 && int64(ordData.ConfirmAt) > 0 && int64(ordData.ConfirmAt) < utils.TimeStdParseUnix("2023-11-01 00:00:00") {
ordData.State = 5
ordData.SettleAt = ordData.ConfirmAt
}


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