forked from kidgrow-microservices-platform

克 刘
2020-08-21 a6f1e4c3b4e3b3b808fc6f4d70195df4cef68286
kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysUserMapper.xml
@@ -150,6 +150,9 @@
      left JOIN sys_hospital syshos on sysdoctor.hospital_id=syshos.id
      left JOIN sys_department sysdep on sysdoctor.department_id=sysdep.id
      where sysuser.id=#{userId}
      and sysuser.is_del=0 and sysuser.enabled=1
      and syshos.is_del=0 and syshos.enabled=1
      and sysdep.is_del=0 and sysdep.enabled=1
   </select>
    <select id="hospitalDoctorList" parameterType="long" resultType="com.kidgrow.usercenter.vo.HospitalDoctorListVo">
        SELECT