forked from kidgrow-microservices-platform

houruijun
2020-08-15 d503c3d0f8be3670662f09b198faa000e14fed68
修改  获取h端用户列表 opration
1 files modified
4 ■■■ changed files
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorTempleteMapper.xml 4 ●●● patch | view | raw | blame | history
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorTempleteMapper.xml
@@ -105,7 +105,9 @@
WHERE
    is_del = 0
    AND enabled = 1
    AND templete_type = #{p.templeteType}
    <if test="p.templeteType!=null and p.templeteType!=''">
        AND templete_type = #{p.templeteType}
    </if>
    AND((
            hospital_id IS NULL
            AND hospital_id IS NULL