소스 검색

题卡type非必填

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>