wujianwei
2025-12-23 298a6477b6220f651062080264750dcb04573eca
service/src/main/resources/mapper/cwgl/PayableFeeDetailMapper.xml
@@ -179,4 +179,14 @@
        </foreach>
    </delete>
    <!--查询-->
    <select id="selectPayableFeeDetailByPayableFeeIds" parameterType="Integer" resultMap="PayableFeeDetailResult">
        <include refid="selectPayableFeeDetailVo"/>
        where payable_fee_id in
        <foreach item="feeId" collection="array" open="(" separator="," close=")">
            #{feeId}
        </foreach>
        order by payable_fee_id, id
    </select>
</mapper>