修改实务认知得分和智能评分规则

master
xiaoCJ 8 months ago
parent 0e180ada25
commit 3bce761671

@ -186,8 +186,9 @@ public class UserController {
flow1.setFlowId(uuid);
flowMapper.insert(flow1);
map.put("flowId", uuid);
} else {
map.put("flowId", flow.getFlowId());
}
map.put("flowId", flow.getFlowId());
return new ResultEntity(HttpStatus.OK, map);
} else { // 2、智云单点登录
JwtUser jwtUser;
@ -217,8 +218,9 @@ public class UserController {
flow1.setFlowId(uuid);
flowMapper.insert(flow1);
map.put("flowId", uuid);
}else {
map.put("flowId", flow.getFlowId());
}
map.put("flowId", flow.getFlowId());
return new ResultEntity(HttpStatus.OK, map);
}
}

Loading…
Cancel
Save