forked from kidgrow-microservices-platform

zhaoxiaohao
2020-10-30 2e109492d152e08bfca445b54f15c91a2334f21c
kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysHospitalMapper.xml
@@ -302,7 +302,7 @@
        hospital_name
        from sys_hospital
        where is_del=0 and enabled=1 and hospital_name LIKE concat('%',#{hospitalName},'%')
        order by hospital_name desc
        order by hospital_name desc,id desc
    </select>
    <select id="chartHospital" resultType="int" parameterType="int">
        SELECT