日志 详情
This commit is contained in:
parent
9e13d1ff98
commit
3d43f5f114
|
|
@ -96,8 +96,7 @@ public class LogServiceImpl implements LogService {
|
|||
String value = SpelUtil.generateKeyBySpEL(split[1], joinPoint);
|
||||
// 描述
|
||||
log.setDescription(split[0] + ":" + value);
|
||||
}
|
||||
if (split.length == 3) {
|
||||
} else if (split.length == 3) {
|
||||
// String v1 = SpelUtil.generateKeyBySpEL(split[1], joinPoint);
|
||||
String v2 = SpelUtil.generateKeyBySpEL(split[2], joinPoint);
|
||||
if (methodName.contains("createOutAndONOperate")) {
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ public class QiniuController {
|
|||
return new ResponseEntity<>(qiNiuService.queryAll(criteria,pageable),HttpStatus.OK);
|
||||
}
|
||||
|
||||
@Log("上传文件")
|
||||
// @Log("上传文件")
|
||||
@ApiOperation("上传文件")
|
||||
@AnonymousPostMapping
|
||||
public ResponseEntity<Object> uploadQiNiu(@RequestParam MultipartFile file){
|
||||
|
|
@ -90,7 +90,7 @@ public class QiniuController {
|
|||
}
|
||||
|
||||
|
||||
@Log("上传文件")
|
||||
// @Log("上传文件")
|
||||
@ApiOperation("上传文件")
|
||||
@PostMapping(value = "updloadFile")
|
||||
public ResponseEntity<Object> updloadFile(@RequestParam MultipartFile file){
|
||||
|
|
|
|||
Loading…
Reference in New Issue