提交 f8c27ea3 编写于 作者: S shi.zeyuan

1.xx

上级 edae7fa8
......@@ -282,7 +282,10 @@ WHERE DATE_ADD(ar.MatchDate, INTERVAL 6 HOUR) > NOW()
if strings.EqualFold(e.AlFlag, "E2") || strings.EqualFold(e.AlFlag, "C1") || strings.EqualFold(e.AlFlag, "C2") {
//E2使用特别自身的验证结果方法
e.Result = this.IsRight2Option(last, e)
} else {
} else if strings.EqualFold(e.AlFlag, "C4"){
//nothing todo
return
}else {
e.Result = this.IsRight(last, e)
}
this.Modify(e)
......
......@@ -67,8 +67,8 @@ func (this *C4Service) analyStub(v *pojo.MatchLast) (int, *entity5.AnalyResult)
//限制初盘,即时盘让球在0.25以内
if math.Abs(a18Bet.SLetBall-a18Bet.ELetBall) > 0.25 {
temp_data.TOVoid = true
temp_data.TOVoidDesc = "界限"
//temp_data.TOVoid = true
//temp_data.TOVoidDesc = "界限"
return -2, temp_data
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册