|
@@ -189,8 +189,7 @@ public class FaceOuterServiceProvider extends ControllerSupport implements FaceO
|
|
String identityNumber = fileName.substring(0, fileName.lastIndexOf("."));
|
|
String identityNumber = fileName.substring(0, fileName.lastIndexOf("."));
|
|
String fileSuffix = fileName.substring(fileName.lastIndexOf("."));
|
|
String fileSuffix = fileName.substring(fileName.lastIndexOf("."));
|
|
|
|
|
|
- faceService.processFace(rootOrgId, identityNumber, fileSuffix, storeLocation,
|
|
|
|
- operator);
|
|
|
|
|
|
+ faceService.processFace(rootOrgId, identityNumber, fileSuffix, f, operator);
|
|
|
|
|
|
map.put("statusCode", "200");
|
|
map.put("statusCode", "200");
|
|
map.put("statusDesc", "成功");
|
|
map.put("statusDesc", "成功");
|