From 67fce8d2c430e7103f82dac054523153d43feb47 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Mon, 18 Dec 2023 13:24:53 +0800
Subject: [PATCH] chore:修改提交

---
 screen-api/src/main/resources/mapper/DeviceMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/screen-api/src/main/resources/mapper/DeviceMapper.xml b/screen-api/src/main/resources/mapper/DeviceMapper.xml
index 3a8f5f1..94613fe 100644
--- a/screen-api/src/main/resources/mapper/DeviceMapper.xml
+++ b/screen-api/src/main/resources/mapper/DeviceMapper.xml
@@ -216,7 +216,7 @@
         d.latitude as lat,
         d.longitude as lng,
         d.name as name,
-        (hd.value ->> '$.a34002' )+0 as count,
+        (hd.value ->> #{type} ) as count,
         hd.time
         FROM
         device as d

--
Gitblit v1.8.0