BUGFIX:1、教育通过上传文件批量创建子账号没有任何校验
2、下载子账号所有信息接口缺失(原下载模板接口保留) 3、保存个人模特到collection时类型设置为System 4、创建子账号时设置积分无效
This commit is contained in:
@@ -369,6 +369,12 @@ public class AccountController {
|
||||
accountService.subAccountImportExcelDownload(response);
|
||||
}
|
||||
|
||||
@GetMapping("/exportAccountsToExcel")
|
||||
@ApiOperation(value = "下载子账号信息")
|
||||
public void exportAccountsToExcel(HttpServletResponse response) {
|
||||
accountService.exportAccountsToExcel(response);
|
||||
}
|
||||
|
||||
@PostMapping("/subAccountImport")
|
||||
@ApiOperation(value = "模板导入")
|
||||
public Response<Boolean> subAccountImport(@RequestParam("file") MultipartFile file) {
|
||||
|
||||
Reference in New Issue
Block a user