Commit c79401b3 authored by 赵啸非's avatar 赵啸非

添加设备上线和下线的业务日志记录

parent bba8501e
......@@ -239,7 +239,7 @@ public class SitestatServiceImpl extends AbstractCRUDServiceImpl<SitestatDao, Si
JSONArray jsonArray = JSON.parseArray(siteTreeSelectStr);
if (ObjectUtils.isEmpty(jsonArray)) {
jsonObject.put(KEY_RESULT_DATA, null);
jsonObject.put(KEY_RESULT_DATA, new JSONArray());
jsonObject.put(KEY_RESULT_CODE, VALUE_RESULT_SUCCESS);
return jsonObject.toJSONString();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment