|
@@ -42,6 +42,6 @@ public interface AppointmentDao {
|
|
|
void updateWxBindSocialNo(@Param("patientId") String patientId,
|
|
|
@Param("socialNo") String socialNo);
|
|
|
|
|
|
- @Select("select specialty from a_employee_mi where code=#{code}")
|
|
|
- String selectSpecialty(@Param("code") String code);
|
|
|
+ @Select("select introduction from a_employee_mi where code=#{code}")
|
|
|
+ String selectIntroduction(@Param("code") String code);
|
|
|
}
|