nickchange
2023-10-28 edb2fff00f6990217f7c39ebc2adb611a1c60478
cloud-server-course/src/main/resources/mapper/CancelledClassesMapper.xml
@@ -32,7 +32,16 @@
                    #{id}
                </foreach>
            </if>
            <if test="collect != null and collect.size>0">
                AND t2.id IN
                <foreach collection="collect" separator="," item="id" open="(" close=")">
                    #{id}
                </foreach>
            </if>
        </where>
    </select>
    <select id="getRefund" resultType="com.dsh.course.entity.MoneyBack">
        select * from t_back_money where status = 1
    </select>
</mapper>