lige
2023-12-07 eabf890be5718f5e22d03e3ce2b530da0568a8d0
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接口
@@ -77,13 +78,14 @@
     * @param cusId
     * @return
     */
    public List<TjOrder> getOrderList(Integer cusId);
    public List<TjOrder> getOrderList(Long cusId);
    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);
}