forked from kidgrow-microservices-platform

dougang
2020-12-09 c8cdba0d34f57835a96233a7f0a7eaa35774dd6f
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