소스 검색

aipt-service标签检索

wangyu 6 년 전
부모
커밋
030eba9399
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      aipt-service/src/main/resources/mapper/ConceptMapper.xml

+ 1 - 1
aipt-service/src/main/resources/mapper/ConceptMapper.xml

@@ -359,6 +359,6 @@
         </if>
         AND (t2.spell LIKE CONCAT('%',#{InputStr},'%') OR t2.name LIKE CONCAT('%',#{InputStr},'%'))
         ) a1
-        GROUP BY a1.selfId,a1.showType  
+        GROUP BY a1.selfId,a1.showType
     </select>
 </mapper>