From e3f6f42c3056a8fac0308ec93b3e192c82cfc3dd Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期三, 23 十月 2024 11:49:43 +0800 Subject: [PATCH] 团体票不走his请求、增加团体票收费状态 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReportService.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReportService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReportService.java index d49de36..c0d9b8f 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReportService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReportService.java @@ -2,6 +2,8 @@ import java.util.List; +import com.baomidou.mybatisplus.core.conditions.Wrapper; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.extension.service.IService; import com.ltkj.common.core.domain.AjaxResult; import com.ltkj.hosp.domain.TjReport; @@ -63,4 +65,13 @@ public AjaxResult getTjReport(String tjNumber); + + Integer getSelectCount(Wrapper<TjReport> queryWrapper); + + /** + * 鎵归噺鐢熸垚浣撴鎶ュ憡 + * @param tjNumbers 浣撴鍙烽泦鍚� + * @return + */ + AjaxResult makeBatchReport(List<String> tjNumbers); } -- Gitblit v1.8.0