| | |
| | | */ |
| | | UserProductDetail getUserProductDetail(Long hospitalId, Long departmentId); |
| | | |
| | | /** |
| | | * |
| | | * @param hospitalId |
| | | * @param departmentId |
| | | * @return |
| | | */ |
| | | ResultBody biUserNowProduct(Long hospitalId,Long departmentId); |
| | | |
| | | /** |
| | | * 获取医院的到期时间 |
| | | * @param hospitalId |
| | | * @param departmentId |
| | | * @param diagnosticId |
| | | * @return |
| | | */ |
| | | ResultBody<UserProductData> userProductDetailData(Long hospitalId, Long departmentId,String diagnosticId); |
| | |
| | | * @return |
| | | */ |
| | | PageResult<ProductOrderDetail> departmentProductDetail(Map<String, Object> params); |
| | | /** |
| | | * 获取最近即将到期的套餐 |
| | | * @return |
| | | */ |
| | | PageResult<ProductEndVo>productEndList(Map<String, Object> params); |
| | | /** |
| | | * 获取一个科室所有的有效套餐 |
| | | * @param departmentId |
| | | * hospitalId |
| | | * @return |
| | | */ |
| | | int getUserdProduct(Long hospitalId,Long departmentId); |
| | | } |
| | | |