|
@@ -146,8 +146,8 @@ public class UserSubscribeController extends BaseController {
|
|
|
return AjaxResult.success(userSubscribeImport);
|
|
|
}
|
|
|
|
|
|
- @Log(title = "导入修改预约考试模板", businessType = BusinessType.IMPORT)
|
|
|
- @ApiOperation("导入修改预约考试模板")
|
|
|
+ @Log(title = "导入批量考试登记", businessType = BusinessType.IMPORT)
|
|
|
+ @ApiOperation("导入批量考试登记")
|
|
|
@PreAuthorize("@ss.hasPermi('system:apply:import')")
|
|
|
@PostMapping("/importUpdateData")
|
|
|
public AjaxResult<Map<String, Object>> importUpdateData(MultipartFile file) throws Exception {
|