From eabf890be5718f5e22d03e3ce2b530da0568a8d0 Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期四, 07 十二月 2023 17:03:31 +0800 Subject: [PATCH] 总检看职业病 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java index d254c98..23edc54 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java @@ -6,6 +6,7 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.ltkj.hosp.domain.TjOrder; +import com.ltkj.hosp.vodomain.LineChartsVo; /** * 浣撴璁板綍Service鎺ュ彛 @@ -83,7 +84,8 @@ public List<TjOrder> getOrderList1(); - public List<Map<Object, Object>> getLine(); +// public List<Map<Object, Object>> getLine(); + public List<LineChartsVo> getLine(); public List<TjOrder> getOrderListByLikeTjNum(String tjNum); @@ -110,4 +112,9 @@ //鎬绘 宸插垵瀹¤繃 List<TjOrder> getCsTjOrderListByCusId1(Long userId); + + String getHistoryTjOrderProByTjNum(String tjNum); + + + TjOrder getLastTjOrderListByCusId(Long userId); } -- Gitblit v1.8.0