zhaowenxuan
2024-07-25 e944a82dd53a3ea38e1371766766b2c58952ce9a
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjAdviceMapper.java
@@ -72,11 +72,11 @@
            "#{id}",
            "</foreach>",
            "</script>" })
    public String getAdviceStringByIds(@Param("aList") List<String> aList);
    public String getAdviceStringByIdss(@Param("aList") String[] aList);
    @Select({"<script>", "select GROUP_CONCAT(a.title  Separator ';') from tj_advice a where a.id in",
    @Select({"<script>", "select * from tj_advice a where a.id in",
            "<foreach collection='aList' item='id' open='(' separator=',' close=')'>",
            "#{id}",
            "</foreach>",