|
|
@@ -25,13 +25,12 @@ public class ImportStudentFaceNode extends NodeComponent {
|
|
|
Long formId = Convert.toLong(value);
|
|
|
if (formId != null) {
|
|
|
// 数据处理
|
|
|
- FaceImportUtil.ImportStudentFace(formId);
|
|
|
-
|
|
|
-
|
|
|
StundentFaceProcess dataObj = stundentFaceProcessService.getById(formId);
|
|
|
dataObj.setStatus(1);
|
|
|
|
|
|
stundentFaceProcessService.updateById(dataObj);
|
|
|
+
|
|
|
+ FaceImportUtil.ImportStudentFace(formId);
|
|
|
}
|
|
|
}
|
|
|
}
|