hongjli
2025-05-26 7a4a03e2c1455ba7a7c6fa60702e350faf6e25bb
aps-modules/aps-core/src/main/java/com/aps/core/mapper/ApsShopMapper.java
@@ -70,7 +70,7 @@
    @Select("""
        <script>
            select * from aps_shop where 1 = 0
            <if test="!codes.isEmpty()"> or shop_name in
            <if test="!names.isEmpty()"> or shop_name in
                <foreach collection="names" item="item" open="(" separator="," close=")">
                    #{item}
                </foreach>