Browse Source

更新

three
huangjiajun 10 months ago
parent
commit
698b1e4a00
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume/zhios_order_hjy.go

+ 1
- 1
consume/zhios_order_hjy.go View File

@@ -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…
Cancel
Save