| | |
| | | package com.ltkj.hosp.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.ltkj.common.core.domain.entity.SysUser; |
| | | import com.ltkj.hosp.domain.*; |
| | | import com.ltkj.hosp.vodomain.QjDomainVo; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | import java.util.Set; |
| | | |
| | | /** |
| | |
| | | //按照性别查询体检套餐列表 |
| | | void getTjPackageList(); |
| | | |
| | | |
| | | //团体预约时向临时表添加数据 |
| | | void addNewReservationConfirm(List<TjReservation> rightList); |
| | | void saveNewReservationConfirm(List<TjReservation> rightList); |
| | | |
| | | //总检点击体检信息详情 |
| | | void updateCheckType(String tjNum); |
| | | |
| | | // void addRedis(List<TjCustomer> customers); |
| | | |
| | | //体检发票打印 |
| | | void getPrintOrderList(List<TjOrder> list); |
| | | |
| | | //收费项目按照项目编码树形查询 |
| | | void getDictSfxms(); |
| | | |
| | | void getOrderDetailByProParentId(String tjNumber,Map<String, Object> map,String proParentId); |
| | | } |