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