From e44fea2d4845aed7848f163152da532f19ccce41 Mon Sep 17 00:00:00 2001
From: lige <bestlige@outlook.com>
Date: 星期三, 06 十二月 2023 18:03:49 +0800
Subject: [PATCH] 1

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

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/TjAsyncService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/TjAsyncService.java
index 1e1612e..d733a29 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/TjAsyncService.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/TjAsyncService.java
@@ -1,11 +1,13 @@
 package com.ltkj.hosp.service;
 
+import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
 import com.ltkj.common.core.domain.entity.SysUser;
 import com.ltkj.hosp.domain.*;
 import com.ltkj.hosp.vodomain.QjDomainVo;
 
 import java.math.BigDecimal;
 import java.util.List;
+import java.util.Map;
 import java.util.Set;
 
 /**
@@ -67,5 +69,30 @@
     //鎸夌収鎬у埆鏌ヨ浣撴濂楅鍒楄〃
      void getTjPackageList();
 
+
+     //鍥綋棰勭害鏃跺悜涓存椂琛ㄦ坊鍔犳暟鎹�
     void addNewReservationConfirm(List<TjReservation> rightList);
+    void saveNewReservationConfirm(List<TjReservation> rightList);
+
+    //鎬绘鐐瑰嚮浣撴淇℃伅璇︽儏
+    void updateCheckType(String tjNum);
+
+//    void  addRedis(List<TjCustomer> customers);
+
+    //浣撴鍙戠エ鎵撳嵃
+    void getPrintOrderList(List<TjOrder> list);
+
+    //鏀惰垂椤圭洰鎸夌収椤圭洰缂栫爜鏍戝舰鏌ヨ
+    void getDictSfxms();
+
+    void getOrderDetailByProParentId(String tjNumber,Map<String, Object> map,String proParentId);
+
+
+    //棣栭〉鎶樼嚎鍥炬暟鎹�
+    void getLineChart();
+
+    //棣栭〉楗肩姸鍥剧櫥璁颁汉鏁版帴鍙�
+    void getPieChart();
+
+
 }

--
Gitblit v1.8.0