From ee251679ac9031b7dd4cc0c4ddc0934e3e466e3f Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期二, 28 五月 2024 18:04:49 +0800
Subject: [PATCH] 添加根据查询条件查集合长度

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java
index 5c2371b..f17fdbd 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java
@@ -8,6 +8,7 @@
 import com.ltkj.hosp.domain.TjCustomer;
 import com.ltkj.hosp.domain.TjOrder;
 import com.ltkj.hosp.vodomain.LineChartsVo;
+import org.apache.ibatis.annotations.Param;
 
 /**
  * 浣撴璁板綍Service鎺ュ彛
@@ -129,4 +130,12 @@
                                                      Integer checkStatus, String compId, String beginTime, String endTime,String tjname);
 
     public int selectTjOrderByCardId(String cardId);
+
+    List<String> selectTjOrderByCardId1();
+
+    String  isPayByTjNum(String orderId);
+
+    List<Map<String ,String >> selectDjdInfo(String tjNumber);
+
+    Map<String ,Object > selectDjdUserInfo(String tjNumber);
 }

--
Gitblit v1.8.0