|
@@ -150,7 +150,7 @@ public class FaceController extends ControllerSupport {
|
|
|
String identityNumber = fileName.substring(0, fileName.lastIndexOf("."));
|
|
|
String fileSuffix = fileName.substring(fileName.lastIndexOf("."));
|
|
|
|
|
|
- faceService.processFace(rootOrgId, identityNumber, fileSuffix, storeLocation,
|
|
|
+ faceService.processFace(rootOrgId, identityNumber, fileSuffix, f,
|
|
|
accessUser.getDisplayName());
|
|
|
|
|
|
map.put("statusCode", "200");
|