|
@@ -89,7 +89,7 @@ public class FaceppController extends ControllerSupport {
|
|
|
HttpStatus.BAD_REQUEST);
|
|
|
}
|
|
|
try {
|
|
|
- log.info("fileName = {}" + file.getOriginalFilename());
|
|
|
+ log.debug("fileName =" + file.getOriginalFilename());
|
|
|
faceppService.processOne(accessUser, file.getOriginalFilename(), file.getBytes(),
|
|
|
accessUser.getRootOrgId());
|
|
|
return new ResponseEntity<>(new SuccessBaseResponse("上传成功", null), HttpStatus.OK);
|