| | |
| | | import com.ltkj.hosp.service.IDictCompService; |
| | | import com.ltkj.hosp.service.ITjCustomerService; |
| | | import com.ltkj.hosp.service.ITjPackageService; |
| | | import com.ltkj.hosp.vodomain.LineChartsVo; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.ltkj.hosp.mapper.TjOrderMapper; |
| | |
| | | return tjOrderMapper.getOrderList1(); |
| | | } |
| | | |
| | | // @Override |
| | | // public List<Map<Object, Object>> getLine() { |
| | | // |
| | | // return tjOrderMapper.getLine(); |
| | | // } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> getLine() { |
| | | public List<LineChartsVo> getLine() { |
| | | |
| | | return tjOrderMapper.getLine(); |
| | | } |
| | |
| | | public List<TjOrder> getCsTjOrderListByCusId1(Long userId) { |
| | | return tjOrderMapper.getCsTjOrderListByCusId1(userId); |
| | | } |
| | | |
| | | @Override |
| | | public String getHistoryTjOrderProByTjNum(String tjNum) { |
| | | return tjOrderMapper.getHistoryTjOrderProByTjNum(tjNum); |
| | | } |
| | | |
| | | @Override |
| | | public TjOrder getLastTjOrderListByCusId(Long userId) { |
| | | return tjOrderMapper.getLastTjOrderListByCusId(userId); |
| | | } |
| | | } |