wangwei 7 年之前
父節點
當前提交
af4fddc231

+ 1 - 1
examcloud-exchange-outer-api-provider/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/provider/FaceppController.java

@@ -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);