forked from kidgrow-microservices-platform

houruijun
2020-11-27 5fe2259c5c9b473668c0d89ae1d19537c10b77db
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