소스 검색

白名单增加状态查询

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>