多完成条件校验
This commit is contained in:
parent
ee517f963e
commit
4297d7200f
@ -219,6 +219,8 @@ type (
|
|||||||
IRtask interface {
|
IRtask interface {
|
||||||
// 条件校验
|
// 条件校验
|
||||||
CheckCondi(uid string, condiId int32) (code pb.ErrorCode)
|
CheckCondi(uid string, condiId int32) (code pb.ErrorCode)
|
||||||
|
// 多条件校验
|
||||||
|
CheckCondis(uid string, condiIds ...int32) (condIds []int32)
|
||||||
// 远程任务条件校验
|
// 远程任务条件校验
|
||||||
RemoteCheckCondi(uid string, condiId int32, rsp *pb.DBRtaskRecord) error
|
RemoteCheckCondi(uid string, condiId int32, rsp *pb.DBRtaskRecord) error
|
||||||
// 删除任务条件数据
|
// 删除任务条件数据
|
||||||
|
Loading…
Reference in New Issue
Block a user