Explorar o código

题卡type非必填

wangliang %!s(int64=2) %!d(string=hai) anos
pai
achega
c35d1278ac

+ 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>