|
|
|
@@ -84,7 +84,7 @@ public class KwBoxV1Controller extends BaseController { |
|
|
|
kwBoxService.saveOrUpdate(record); |
|
|
|
Map<String,Object> data = new HashMap<>(); |
|
|
|
|
|
|
|
data.put("sysStatus",kwBox.getStatus()); |
|
|
|
data.put("sysStatus",record.getStatus()); |
|
|
|
if (kwBox.getComKey() != null) |
|
|
|
data.put("comKey",kwBox.getComKey()); |
|
|
|
if (kwBox.getConfig() != null) |
|
|
|
|