فهرست منبع

用户告警时间BUG

lin 4 سال پیش
والد
کامیت
a1d8f2df5f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      smart-city-platform/src/main/resources/mapper/WarningLogMapper.xml

+ 1 - 0
smart-city-platform/src/main/resources/mapper/WarningLogMapper.xml

@@ -139,6 +139,7 @@
   <select id="getList" resultType="com.bz.smart_city.dto.WarningLogDto">
     select
     swl.id, swl.client_user_id, swl.device_id, swl.warning_type, swl.feedback_status, swl.feedback_content, swl.`status`,
+    swl.create_by, swl.date_create, swl.update_by, swl.date_update,
     sd.device_no,
     sd.water_meter_no,
     sd.loc_desc,