|
@@ -170,7 +170,7 @@ public class LaserService {
|
|
|
params.put("phone", phone);
|
|
|
params.put("sceneCode", newNum);
|
|
|
params.put("snCode",snCode);
|
|
|
- params.put("status", 0);
|
|
|
+ params.put("status", status);
|
|
|
params.put("password", sceneKey);
|
|
|
params.put("title", sceneName);
|
|
|
params.put("userId", userId);
|
|
@@ -180,11 +180,6 @@ public class LaserService {
|
|
|
if( result.getCode() != HttpStatus.OK.value()){
|
|
|
log.error("激光场景状态同步失败!");
|
|
|
}
|
|
|
- params.put("status",2);
|
|
|
- result = laserClient.saveOrEdit(newNum, params);
|
|
|
- if( result.getCode() != HttpStatus.OK.value()){
|
|
|
- log.error("激光场景状态同步失败!");
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
public List<SceneBySnCodeVo> getScenesBySnCode(String snCode, String token) {
|