wzp
2025-09-03 a8553f9ef7e165b6348243af91caad1a987f8f9c
ruoyi-system/src/main/resources/mapper/system/PayInfoMapper.xml
@@ -28,4 +28,14 @@
        order by PaidMoneyTime desc
    </select>
    <select id="selectLatestInvoiceInfo" parameterType="String" resultType="java.util.Map">
        select top 1 InvoiceMakeout, AuditStatus
        from InvoiceData
        where ServiceOrderIDPK = #{serviceOrderId}
    </select>
</mapper>