diff --git a/casic-iot-dao/src/resource/mapper/BusConfigMapper.xml b/casic-iot-dao/src/resource/mapper/BusConfigMapper.xml
index 30beef4..b4965d6 100644
--- a/casic-iot-dao/src/resource/mapper/BusConfigMapper.xml
+++ b/casic-iot-dao/src/resource/mapper/BusConfigMapper.xml
@@ -4,22 +4,65 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ ${paramStr}
+
+
+
+ TO_TIMESTAMP(${paramStr},'yyyy-MM-dd hh24:mi:ss')::timestamp without time zone
+
+
+
+ TO_DATE(${paramStr},'yyyy-mm-dd hh24:mi')
+
+
id, Pid, devcode, config_json, status, update_time, create_time, create_user_id
diff --git a/casic-iot-dao/src/resource/mapper/BusConfigMapper.xml b/casic-iot-dao/src/resource/mapper/BusConfigMapper.xml
index 30beef4..b4965d6 100644
--- a/casic-iot-dao/src/resource/mapper/BusConfigMapper.xml
+++ b/casic-iot-dao/src/resource/mapper/BusConfigMapper.xml
@@ -4,22 +4,65 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ ${paramStr}
+
+
+
+ TO_TIMESTAMP(${paramStr},'yyyy-MM-dd hh24:mi:ss')::timestamp without time zone
+
+
+
+ TO_DATE(${paramStr},'yyyy-mm-dd hh24:mi')
+
+
id, Pid, devcode, config_json, status, update_time, create_time, create_user_id
diff --git a/casic-iot-dao/src/resource/mapper/DeviceDataMapper.xml b/casic-iot-dao/src/resource/mapper/DeviceDataMapper.xml
index b124015..0a4adee 100644
--- a/casic-iot-dao/src/resource/mapper/DeviceDataMapper.xml
+++ b/casic-iot-dao/src/resource/mapper/DeviceDataMapper.xml
@@ -35,7 +35,7 @@