| | |
| | | public BigDecimal getTbTransitionDxPriceAndOrdPrice(String cusId, Long proId) { |
| | | return tbTransitionMapper.getTbTransitionDxPriceAndOrdPrice(cusId,proId); |
| | | } |
| | | |
| | | @Override |
| | | public BigDecimal getTbTransitionDxPriceByPac(String cusId, Long proId, String cardId,Long pacId) { |
| | | return tbTransitionMapper.getTbTransitionDxPriceByPac(cusId,proId,cardId,pacId); |
| | | } |
| | | |
| | | @Override |
| | | public String selectPacIdByTbTransitionTjNumAndProId(String tjNum,String cardId) { |
| | | return tbTransitionMapper.selectPacIdByTbTransitionTjNumAndProId(tjNum,cardId); |
| | | } |
| | | } |