'2024-03-04-15:53'
This commit is contained in:
parent
e83c618251
commit
abb83cdf7e
|
@ -86,7 +86,7 @@ public class SysUserController extends BaseController
|
|||
return getDataTable(list);
|
||||
}
|
||||
|
||||
/* @Log(title = "用户管理", businessType = BusinessType.EXPORT)
|
||||
@Log(title = "用户管理", businessType = BusinessType.EXPORT)
|
||||
@PreAuthorize("@ss.hasPermi('system:user:export')")
|
||||
@PostMapping("/export")
|
||||
public void export(HttpServletResponse response, SysUser user)
|
||||
|
@ -94,7 +94,7 @@ public class SysUserController extends BaseController
|
|||
List<SysUser> list = userService.selectUserList(user);
|
||||
ExcelUtil<SysUser> util = new ExcelUtil<SysUser>(SysUser.class);
|
||||
util.exportExcel(response, list, "用户数据");
|
||||
}*/
|
||||
}
|
||||
|
||||
@Log(title = "用户管理", businessType = BusinessType.IMPORT)
|
||||
@PreAuthorize("@ss.hasPermi('system:user:import')")
|
||||
|
@ -313,7 +313,7 @@ public class SysUserController extends BaseController
|
|||
}
|
||||
|
||||
/*===============================================测试====================================================*/
|
||||
@DataSource(DataSourceType.QUOT)
|
||||
/*@DataSource(DataSourceType.QUOT)
|
||||
@Log(title = "用户管理", businessType = BusinessType.EXPORT)
|
||||
@PreAuthorize("@ss.hasPermi('system:user:export')")
|
||||
@PostMapping("/export")
|
||||
|
@ -885,7 +885,7 @@ public class SysUserController extends BaseController
|
|||
|
||||
batchInsert.insertMaterialBatch(materials);
|
||||
batchInsert.insertCostBatch(costs);
|
||||
}
|
||||
}*/
|
||||
|
||||
@DataSource(DataSourceType.QUOT)
|
||||
public void insertMaterialBatch(List<material> temp) {
|
||||
|
|
Loading…
Reference in New Issue