optometrist/src/main/resources/mapping/TOptometristMapper.xml
@@ -34,8 +34,8 @@ t2.phone like concat('%',#{query.nameOrPhone},'%') ) </if> <if test="req.startTime != null and req.startTime!=''"> and (t1.createTime between #{req.startTime} and #{req.endTime}) <if test="query.startTime != null and query.startTime!=''"> and (t1.createTime between #{query.startTime} and #{query.endTime}) </if> AND t1.isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()} </where>