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 >= #{p.needBegintime} </if> <if test="p.needEndtime != null and p.needEndtime !=''"> and need_endtime = #{p.needEndtime} and need_endtime <= #{p.needEndtime} </if> <if test="p.needTags != null and p.needTags !=''"> and need_tags = #{p.needTags} kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-server/src/main/resources/application.yml
@@ -59,6 +59,7 @@ ignoreTables: - sys_user - sys_logger - data_need ignoreSqls: - com.kidgrow.usercenter.mapper.SysRoleMapper.findAll