forked from kidgrow-microservices-platform

侯瑞军
2020-04-02 0ca16900f2e1b7375e34964eee13197106c11700
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DataNeedMapper.xml
@@ -34,10 +34,10 @@
                and doctor_tel = #{p.doctorTel}
            </if>
            <if test="p.needBegintime != null and p.needBegintime !=''">
                and need_begintime = #{p.needBegintime}
                and need_begintime &gt;= #{p.needBegintime}
            </if>
            <if test="p.needEndtime != null and p.needEndtime !=''">
                and need_endtime = #{p.needEndtime}
                and need_endtime &lt;= #{p.needEndtime}
            </if>
            <if test="p.needTags != null and p.needTags !=''">
                and need_tags = #{p.needTags}