新增病案查询接口,修改退费接口
This commit is contained in:
@@ -4,6 +4,7 @@ import com.guahao.h5.reserve.vo.BingAnVO;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
@Mapper
|
||||
@@ -29,4 +30,10 @@ public interface BinganMapper {
|
||||
void updateById(String payOrderNo, Integer id);
|
||||
|
||||
void updateByOrderNoAndStatus(String orderno);
|
||||
|
||||
int updateByCopies(Integer id, Integer copies, BigDecimal amount);
|
||||
|
||||
List<BingAnVO> selectListByPatientId(String patientId);
|
||||
|
||||
List<BingAnVO> selectListByHosNum(String hosNum);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user