wangxiwangque
wangxiwangque
   原因是想使用oracle的时候让时间查询可以快一点,因此加了自定义方法,结果发现严重影响查询速度
[相关代码.zip](https://github.com/dotnetcore/FreeSql/files/6470007/default.zip) 由于时间相关跟项目庞大只能提供相关设计到的代码  
这个是相关查询日志记录 [2021-05-12Debug.zip](https://github.com/dotnetcore/FreeSql/files/6470016/2021-05-12Debug.zip)
 这两个语句的区别从最终执行结果来看应该相差不大的但实际查询接口偏差太大了
[examples.zip](https://github.com/dotnetcore/FreeSql/files/6491776/examples.zip) 写了一个简单的demo可以看下