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