wangliang преди 2 години
родител
ревизия
c35d1278ac
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      distributed-print-business/src/main/resources/mapper/BasicTemplateMapper.xml

+ 0 - 4
distributed-print-business/src/main/resources/mapper/BasicTemplateMapper.xml

@@ -30,7 +30,6 @@
         id,
         school_id schoolId,
         name,
-        type,
         classify,
         attachment_id attachmentId,
         enable,
@@ -43,9 +42,6 @@
             <if test="schoolId != null and schoolId != ''">
                 and school_id = #{schoolId}
             </if>
-            <if test="type != null and type != ''">
-                and type = #{type}
-            </if>
             <if test="name != null and name != ''">
                 and name like concat('%',#{name}, '%')
             </if>