提交代码
This commit is contained in:
parent
62cf72359a
commit
b08961f2d3
@ -116,7 +116,7 @@ public class TsFilesController {
|
||||
@ApiOperation("新增试验数据管理文件夹")
|
||||
@ResponseBody
|
||||
@PreAuthorize("@el.check('add:tsFiles')")
|
||||
public ResponseResult addTsFile(@RequestBody TsFiles tsFiles) {
|
||||
public ResponseResult addTsFile(@RequestBody TsFiles tsFiles) throws IOException {
|
||||
//对象不能为空
|
||||
if (ObjUtil.isEmpty(tsFiles)) {
|
||||
return ResponseResult.error("参数为空");
|
||||
@ -461,4 +461,6 @@ public class TsFilesController {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
@ -109,7 +109,7 @@ public interface ITsFilesService extends IService<TsFiles> {
|
||||
* TsFiles 文档内容
|
||||
* 返回值说明: com.yfd.platform.config.ResponseResult 返回新增成功或者失败
|
||||
***********************************/
|
||||
ResponseResult addTsFile(TsFiles tsFiles);
|
||||
ResponseResult addTsFile(TsFiles tsFiles) throws IOException;
|
||||
|
||||
/**********************************
|
||||
* 用途说明: 查询实验数据管理文件夹
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user