测试:添加任务测试用例
This commit is contained in:
@@ -22,6 +22,7 @@ export class TaskParam {
|
||||
title?: number;
|
||||
job?: number;
|
||||
aid?: number;
|
||||
isDebug?: boolean;
|
||||
}
|
||||
|
||||
export class TaskListReturn {
|
||||
|
||||
@@ -423,6 +423,9 @@ export async function checkTaskRec(roleId: string, type: number, group: number,
|
||||
break;
|
||||
}
|
||||
console.log('****isMatch', isMatch, checkHistory, type, taskType, group, count)
|
||||
if(param.isDebug) {
|
||||
isMatch = true;
|
||||
}
|
||||
|
||||
if (isMatch) {
|
||||
if (isInc) {
|
||||
|
||||
Reference in New Issue
Block a user