wzp
2025-05-19 7aad41284d522002584383aaa9e34caa14a2b2aa
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>