From 45e02578775f7e05e41923af4294c3617e26bd13 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期日, 04 五月 2025 18:58:50 +0800 Subject: [PATCH] feat: 优化匿名,和详情页 --- ruoyi-system/src/main/java/com/ruoyi/system/service/IPayInfoService.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/IPayInfoService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/IPayInfoService.java index db43e29..fdb433c 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/IPayInfoService.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/IPayInfoService.java @@ -1,6 +1,8 @@ package com.ruoyi.system.service; import java.util.List; +import java.util.Map; + import com.ruoyi.system.domain.PayInfo; /** @@ -14,4 +16,14 @@ * @return 鏀粯淇℃伅鍒楄〃 */ public List<PayInfo> selectPayInfoByServiceOrdIDDt(String serviceOrdIDDt); + + /** + * 鏍规嵁鏈嶅姟璁㈠崟ID鏌ヨ鏈�鏂板彂绁ㄤ俊鎭� + * + * @param serviceOrderId 鏈嶅姟璁㈠崟ID + * @return 鏈�鏂板彂绁ㄤ俊鎭� + */ + public Map<String, Object> selectLatestInvoiceInfo(String serviceOrderId); + + } \ No newline at end of file -- Gitblit v1.9.1