删除枚举
This commit is contained in:
parent
56a6f6c6ab
commit
64e9ff0fe7
@ -99,7 +99,7 @@ func (this *ModuleRtask) getHandle(tt comm.TaskType) (handles []*rtaskCondHandle
|
|||||||
handles = append(handles, handle)
|
handles = append(handles, handle)
|
||||||
this.registerVerifyHandle(v.Id, handle)
|
this.registerVerifyHandle(v.Id, handle)
|
||||||
// 两个参数 第一个大于等于 第二个等于
|
// 两个参数 第一个大于等于 第二个等于
|
||||||
case comm.Rtype159, comm.Rtype160, comm.Rtype74, comm.Rtype75:
|
case comm.Rtype159, comm.Rtype160, comm.Rtype75:
|
||||||
handle := &rtaskCondHandle{
|
handle := &rtaskCondHandle{
|
||||||
condId: v.Id,
|
condId: v.Id,
|
||||||
verify: this.modelRtaskRecord.verifyMultiEqual, //两个参数 等于
|
verify: this.modelRtaskRecord.verifyMultiEqual, //两个参数 等于
|
||||||
@ -176,7 +176,7 @@ func (this *ModuleRtask) getHandle(tt comm.TaskType) (handles []*rtaskCondHandle
|
|||||||
case comm.Rtype25, comm.Rtype30,
|
case comm.Rtype25, comm.Rtype30,
|
||||||
comm.Rtype32, comm.Rtype33, comm.Rtype34, comm.Rtype36,
|
comm.Rtype32, comm.Rtype33, comm.Rtype34, comm.Rtype36,
|
||||||
comm.Rtype37, comm.Rtype40,
|
comm.Rtype37, comm.Rtype40,
|
||||||
comm.Rtype46, comm.Rtype76, comm.Rtype77, comm.Rtype79, comm.Rtype80, comm.Rtype83,
|
comm.Rtype46, comm.Rtype76, comm.Rtype79,
|
||||||
comm.Rtype52, comm.Rtype55, comm.Rtype56, comm.Rtype82,
|
comm.Rtype52, comm.Rtype55, comm.Rtype56, comm.Rtype82,
|
||||||
comm.Rtype65, comm.Rtype66, comm.Rtype67, comm.Rtype68, comm.Rtype70, comm.Rtype140,
|
comm.Rtype65, comm.Rtype66, comm.Rtype67, comm.Rtype68, comm.Rtype70, comm.Rtype140,
|
||||||
comm.Rtype169, comm.Rtype170, comm.Rtype174, comm.Rtype179, comm.Rtype180:
|
comm.Rtype169, comm.Rtype170, comm.Rtype174, comm.Rtype179, comm.Rtype180:
|
||||||
@ -187,7 +187,7 @@ func (this *ModuleRtask) getHandle(tt comm.TaskType) (handles []*rtaskCondHandle
|
|||||||
}
|
}
|
||||||
handles = append(handles, handle)
|
handles = append(handles, handle)
|
||||||
this.registerVerifyHandle(v.Id, handle)
|
this.registerVerifyHandle(v.Id, handle)
|
||||||
case comm.Rtype73:
|
case comm.Rtype73, comm.Rtype77,comm.Rtype80, comm.Rtype83:
|
||||||
handle := &rtaskCondHandle{
|
handle := &rtaskCondHandle{
|
||||||
condId: v.Id,
|
condId: v.Id,
|
||||||
verify: this.modelRtaskRecord.verifyThirdGreatEqualParam,
|
verify: this.modelRtaskRecord.verifyThirdGreatEqualParam,
|
||||||
|
Loading…
Reference in New Issue
Block a user