Commit 0aebf036 authored by pengjun's avatar pengjun Committed by 33cn

#408 pokerbull执行器添加ExecutorOrder实现

parent eaa99d71
......@@ -144,3 +144,11 @@ func delPBGameStatusAndPlayer(status int32, player int32, value, index int64) *t
func (g *PokerBull) CheckReceiptExecOk() bool {
return true
}
// ExecutorOrder 设置localdb的EnableRead
func (g *PokerBull) ExecutorOrder() int64 {
if types.IsFork(g.GetHeight(), "ForkLocalDBAccess") {
return drivers.ExecLocalSameTime
}
return g.DriverBase.ExecutorOrder()
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment