浏览代码

白名单增加状态查询

dzx 6 月之前
父节点
当前提交
c3471c85f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/base/WhitelistManagement.xml

+ 1 - 1
src/main/resources/mapper/base/WhitelistManagement.xml

@@ -33,7 +33,7 @@
             AND t3.id = #{dto.classId}
         </if>
         <if test="dto.isTemporary != null">
-            AND t1.is_temporary = #{dto.isTemporary}
+            AND t.is_temporary = #{dto.isTemporary}
         </if>
     </select>