|
@@ -120,7 +120,7 @@ public class SceneService implements ISceneService {
|
|
|
for (Object o : list) {
|
|
|
String res = JSONObject.toJSONString(o);
|
|
|
SceneVo vo = JSONObject.parseObject(res,SceneVo.class);
|
|
|
- if(StringUtils.isEmpty(token) && StringUtils.isEmpty(vo.getPhone())){
|
|
|
+ if( StringUtils.isEmpty(vo.getPhone())){
|
|
|
vo.setBind(false);
|
|
|
}
|
|
|
if(vo.getStatus() == 4){ //4生成OBJ中设置为计算中
|