提交 bade8f51 authored 作者: yangqi's avatar yangqi

1

上级 f7df8f15
...@@ -149,7 +149,6 @@ public class EquipmentServiceImpl implements EquipmentService { ...@@ -149,7 +149,6 @@ public class EquipmentServiceImpl implements EquipmentService {
private String getLabels(Byte identity) private String getLabels(Byte identity)
{ {
//1其它 2内部员工 3外卖员 4快递员 5在住租客 6访客 7保洁人员 8维修人员'
switch (identity){ switch (identity){
case 1 : return "其它"; case 1 : return "其它";
case 2 : return "内部员工"; case 2 : return "内部员工";
...@@ -158,8 +157,8 @@ public class EquipmentServiceImpl implements EquipmentService { ...@@ -158,8 +157,8 @@ public class EquipmentServiceImpl implements EquipmentService {
case 5 : return "在住租客"; case 5 : return "在住租客";
case 6 : return "保洁人员"; case 6 : return "保洁人员";
case 7 : return "维修人员"; case 7 : return "维修人员";
default : return "";
} }
return "";
} }
private void addAliFaceEntity(String dbName, String entityId, String labels) throws Exception { private void addAliFaceEntity(String dbName, String entityId, String labels) throws Exception {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论