|
@ -74,12 +74,13 @@ public class AiIdenLogManageServiceImpl implements AiIdenLogManageService {
|
74
|
74
|
if (StringUtils.isNotEmpty(idenResultArr)) {
|
75
|
75
|
List<Map<String, String>> idenResultList = JSONArray.parseObject(idenResultArr, List.class);
|
76
|
76
|
if (!CollectionUtils.isEmpty(idenResultList)) {
|
77
|
|
dataMap.putAll(idenResultList.get(0));
|
|
77
|
dataMap.put("idenResult", idenResultList.get(0));
|
|
78
|
//dataMap.putAll(idenResultList.get(0));
|
78
|
79
|
}
|
79
|
80
|
}
|
80
|
81
|
|
81
|
82
|
// 员工信息
|
82
|
|
if (dataMap.get("relateEmployeeRoleId") == null) {
|
|
83
|
if (dataMap.get("relateEmployeeRoleId") != null) {
|
83
|
84
|
long relateEmployeeRoleId = Long.parseLong(String.valueOf(dataMap.get("relateEmployeeRoleId")));
|
84
|
85
|
|
85
|
86
|
EmployeeDto employeeDto = new EmployeeDto();
|