puzhibing
2023-11-25 7fe6d026bcc8f993ce76437d01607e591cc671fe
cloud-server-account/src/main/resources/mapper/TStudentMapper.xml
@@ -52,7 +52,8 @@
                and o.phone  LIKE CONCAT('%',#{item.phone},'%')
            </if>
            <if test="item.ids != null and item.ids.size >0 ">
                and o.appUserId  in <foreach collection="item.ids" separator="," open="(" item="id" close=")">
                and o.appUserId in
                <foreach collection="item.ids" separator="," open="(" item="id" close=")">
                #{id}
            </foreach>
            </if>
@@ -74,7 +75,6 @@
        SELECT
    </select>
    <select id="getGiftSelect" resultType="java.lang.Integer">