wujianwei
2025-12-24 2a840a93160e5e098a1415f38a1977dfc4030888
service/src/main/resources/mapper/cwgl/PayableFeeManagementMapper.xml
@@ -208,4 +208,13 @@
        </foreach>
    </delete>
    <!--根据应付费用ID数组查询应付费用管理列表-->
    <select id="selectPayableFeeManagementByIds" parameterType="Integer" resultMap="PayableFeeManagementResult">
        <include refid="selectPayableFeeManagementVo"/>
        where id in
        <foreach item="id" collection="array" open="(" separator="," close=")">
            #{id}
        </foreach>
    </select>
</mapper>