Browse Source

1.获取管理员列表的时候 返回是否开启布控

wxg 3 năm trước cách đây
mục cha
commit
3fada886ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/AdminDao.xml

+ 1 - 1
src/main/resources/mapper/AdminDao.xml

@@ -28,7 +28,7 @@
         at.name as tagName,
         a.is_out as isOut,
         a.is_hide_important as isHideImportant,
-        a.is_control_early_warning as isHideImportant
+        a.is_control_early_warning as isControlEarlyWarning
         FROM admin a left join admin_tag at on at.id = a.tag_id
         <where>
             <if test="type == 1">