wangyu 6 лет назад
Родитель
Сommit
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>