瀏覽代碼

用户告警客户编号BUG

lin 4 年之前
父節點
當前提交
9f3fdf3276
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      smart-city-platform/src/main/resources/mapper/WarningLogMapper.xml

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

@@ -138,7 +138,7 @@
 
   <select id="getList" resultType="com.bz.smart_city.dto.WarningLogDto">
     select
-    swl.*,
+    swl.id, swl.client_user_id, swl.device_id, swl.warning_type, swl.feedback_status, swl.feedback_content, swl.`status`,
     sd.device_no,
     sd.water_meter_no,
     sd.loc_desc,