wanglizhong
2025-05-14 9f3485f2e619f011d17952b4e2dac09ec702b724
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>