|
@@ -38,11 +38,11 @@ public class ImageController {
|
|
|
return vo;
|
|
|
}
|
|
|
/**
|
|
|
- * 上传图片
|
|
|
+ * 根据文件ID查询文件信息
|
|
|
* @param fileId
|
|
|
* @return
|
|
|
*/
|
|
|
- @SystemLog(value = "上传图片", type = SystemLog.Type.UPLOAD_OR_IMPORT)
|
|
|
+ @SystemLog(value = "根据文件ID查询文件信息", type = SystemLog.Type.QUERY)
|
|
|
@GetMapping("/image-info")
|
|
|
public ResultVo upload(@RequestParam("fileId") Integer fileId) {
|
|
|
ResultVo vo = new ResultVo(ResultCode.SAVE_SUCCESS.getCode());
|