Ver código fonte

更新

three
huangjiajun 10 meses atrás
pai
commit
698b1e4a00
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      consume/zhios_order_hjy.go

+ 1
- 1
consume/zhios_order_hjy.go Ver arquivo

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


Carregando…
Cancelar
Salvar