|
@@ -402,7 +402,7 @@ public class ExcelController extends AbstractController{
|
|
|
* 成本分摊参数导出模板
|
|
|
*/
|
|
|
@GetMapping("/getShareParamTemplate")
|
|
|
- @ApiOperation("成本分摊参数导出模板")
|
|
|
+ @ApiOperation("成本分摊参数值导出模板")
|
|
|
public void getShareParamTemplate(HttpServletResponse response,String token) throws IOException {
|
|
|
int userId = jwtUtil.getUserId(token);
|
|
|
User user = userService.getById(userId);
|
|
@@ -522,7 +522,7 @@ public class ExcelController extends AbstractController{
|
|
|
}
|
|
|
}
|
|
|
@PostMapping("/importShareParamGroup")
|
|
|
- @ApiOperation("成本分摊参数导入")
|
|
|
+ @ApiOperation("成本分摊参数值导入")
|
|
|
public Result importShareParamGroup(@RequestParam("file") MultipartFile file ,Integer fileType,String dateTime){
|
|
|
if (Objects.isNull(file)) {
|
|
|
throw new CostException(500, "请选择文件");
|