|
@@ -1,12 +1,10 @@
|
|
|
package com.qmth.cqb.paper.web;
|
|
|
|
|
|
-import java.util.Map;
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
|
-import org.apache.commons.collections4.map.HashedMap;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.http.HttpStatus;
|
|
|
import org.springframework.http.ResponseEntity;
|
|
@@ -17,10 +15,7 @@ import org.springframework.web.bind.annotation.PutMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
|
-import cn.com.qmth.examcloud.common.uac.annotation.Uac;
|
|
|
import cn.com.qmth.examcloud.common.uac.entity.AccessUser;
|
|
|
-import cn.com.qmth.examcloud.common.uac.enums.RoleMeta;
|
|
|
-import cn.com.qmth.examcloud.common.uac.enums.UacPolicy;
|
|
|
|
|
|
import com.qmth.cqb.paper.model.ExtractConfig;
|
|
|
import com.qmth.cqb.paper.service.ExtractConfigService;
|
|
@@ -31,7 +26,7 @@ import com.qmth.cqb.paper.service.ExtractConfigService;
|
|
|
* @author chenken
|
|
|
* @date 2017年4月14日 下午6:05:37
|
|
|
* @company QMTH
|
|
|
- * @description ExtractConfigController.java
|
|
|
+ * @description 调卷规则控制器
|
|
|
*/
|
|
|
@Controller
|
|
|
@RequestMapping("${api_cqb}/")
|