瀏覽代碼

更新

three
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
}


Loading…
取消
儲存