无关风月
2024-12-27 72c53b692495a45ea01f427f3adadcebe779f38f
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>