Explorar el Código

白名单增加状态查询

dzx hace 6 meses
padre
commit
c3471c85f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>