From 201e9ae76d2c8d6219ceabbf4e1ebb36fc2e7a06 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期四, 11 七月 2024 18:18:23 +0800 Subject: [PATCH] zjh 2024/07/11-1 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/TjAsyncService.java | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 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 e7d1d5d..110b93d 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 @@ -38,8 +38,12 @@ void iundividualCharges(TjFlowingWater tjFlowingWater, TjOrder order, TjCustomer customer, SysUser sysUser); - //鍖荤敓妫�鏌ュ悜缂撳瓨涓坊鍔犳暟鎹� + //鍖荤敓妫�鏌ュ悜缂撳瓨涓坊鍔犳暟鎹�(鏁翠綋瀛樺叆) void dockerSetCustomerLisByRedis(List<Long> ksproList,String ksId); + + //鍖荤敓妫�鏌ュ悜缂撳瓨涓坊鍔犳暟鎹�(鍗曚釜瀛樺叆) + void dockerSetYjCustomerByRedis(Long orderId,Long ksId); + void dockerSetWjCustomerByRedis(Long orderId,Long ksId); //鎬绘 void checkSetCustomerLisByRedis(String config); @@ -63,7 +67,7 @@ void addRedisTransitionPac(String cusId, Long pacId, List<TjPackageProject> ppList); - void saveRedisTransitionByPacId(String cusId, Long pacId,List<Long> proIds); + void saveRedisTransitionByPacId(String cusId,String cardId, Long pacId,List<Long> proIds); //娣诲姞涓存椂琛ㄥ崟椤� void addRedisTransitionPro(String cusId, List<Long> proIds); @@ -97,4 +101,9 @@ void getPieChart(); + + //鏀惰垂鏃跺紓姝ュ鐞� + void addTjChargingStandard(TjOrder order, List<TbTransition> tbTransitionList, SysUser sysUser); + + } -- Gitblit v1.8.0