From fd05507e8595739c80f485d67fdeeed91708f746 Mon Sep 17 00:00:00 2001 From: zjh <zjh@888> Date: 星期四, 21 十二月 2023 16:32:14 +0800 Subject: [PATCH] zjh 本地 2023/12/21 -1 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/TjAsyncService.java | 6 +++++- 1 files changed, 5 insertions(+), 1 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..f2c0595 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,9 +38,13 @@ 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); -- Gitblit v1.8.0