|
@@ -4,6 +4,7 @@ import com.qmth.boot.api.constant.ApiConstant;
|
|
|
import com.qmth.distributed.print.business.enums.*;
|
|
|
import com.qmth.teachcloud.common.contant.SystemConstant;
|
|
|
import com.qmth.teachcloud.common.enums.*;
|
|
|
+import com.qmth.teachcloud.common.enums.log.CustomizedOperationTypeEnum;
|
|
|
import com.qmth.teachcloud.common.util.Result;
|
|
|
import com.qmth.teachcloud.common.util.ResultUtil;
|
|
|
import io.swagger.annotations.Api;
|
|
@@ -107,6 +108,9 @@ public class EnumsController {
|
|
|
} else if (type.equals(EnumType.TB_TASK_STATUS.name())){
|
|
|
// 同步云阅卷日志表状态类型
|
|
|
list = TaskStatusEnum.listTypes();
|
|
|
+ } else if (type.equals(EnumType.CUSTOMIZED_OPERATION_TYPE_ENUM.name())){
|
|
|
+ // 同步云阅卷日志表状态类型
|
|
|
+ list = CustomizedOperationTypeEnum.listTypes();
|
|
|
}
|
|
|
return ResultUtil.ok(list);
|
|
|
}
|