zhaowenxuan
2024-08-26 df10eb214571405ec55c759345a2e68e3d6d22f7
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjReservationServiceImpl.java
@@ -33,7 +33,7 @@
     * @return 体检预约
     */
    @Override
    public TjReservation selectTjReservationById(Integer id) {
    public TjReservation selectTjReservationById(String id) {
        return tjReservationMapper.selectTjReservationById(id);
    }