From 47aed74050e956919f2eee588fbab15607cf4029 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期二, 31 十月 2023 17:20:31 +0800 Subject: [PATCH] zjh 2023/10/31--1 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/TjAsyncService.java | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 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 cf33c20..f83896b 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; /** @@ -14,9 +16,6 @@ * @Date: 2023/3/29 17:27 */ public interface TjAsyncService { - - //涓汉鐧昏鏃跺紓姝ュ鐞� - void extracted(TjOrder tjOrder, TjCustomer tjCustomer, BigDecimal discount, SysUser sysUser, TjReservation tjReservation, TjFlowingWater tjFlowingWater); //涓汉鐧昏鏃跺紓姝ュ鐞� void newSaveextracted(TjOrder tjOrder, TjCustomer tjCustomer, BigDecimal discount, SysUser sysUser, TjReservation tjReservation, TjFlowingWater tjFlowingWater); @@ -61,11 +60,30 @@ //娣诲姞涓存椂琛ㄥ椁� void addRedisTransitionPac(String cusId, Long pacId, List<TjPackageProject> ppList); + + void saveRedisTransitionByPacId(String cusId, Long pacId,List<Long> proIds); + //娣诲姞涓存椂琛ㄥ崟椤� void addRedisTransitionPro(String cusId, List<Long> proIds); //鎸夌収鎬у埆鏌ヨ浣撴濂楅鍒楄〃 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); } -- Gitblit v1.8.0