forked from kidgrow-microservices-platform

zhaoxiaohao
2020-10-26 862a949385d06a6ab0162912a3e8f501afdd8e0d
kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysHospitalMapper.xml
@@ -136,6 +136,9 @@
            <if test="p.isScreen != null and p.isScreen !=''">
                and is_screen = #{p.isScreen}
            </if>
            <if test="p.isPay != null and p.isPay !=''">
                and is_pay = #{p.isPay}
            </if>
            <if test="p.isAnswer != null and p.isAnswer !=''">
                and is_answer = #{p.isAnswer}
            </if>
@@ -234,6 +237,7 @@
        DEP.server_user_id,
        DEP.org_id,
        DEP.is_del,
        DEP.is_pay,
        DEP.enabled,
        hospitals.*
        FROM