Commit e7fc87f5 authored by 赵啸非's avatar 赵啸非

添加报表统计

parent d783d0f8
...@@ -16,5 +16,10 @@ ...@@ -16,5 +16,10 @@
<property name="dialect" value="MySql" /> <property name="dialect" value="MySql" />
<property name="showSql" value="MySql" /> <property name="showSql" value="MySql" />
</plugin> </plugin>
<plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor">
<property name="enableExecutorTime" value="true" />
<property name="showSql" value="true" />
</plugin>
</plugins> </plugins>
</configuration> </configuration>
\ No newline at end of file
...@@ -19,7 +19,9 @@ Content-Type: application/json ...@@ -19,7 +19,9 @@ Content-Type: application/json
{ {
"page":1, "page":1,
"size":10 "size":10,
"siteId": 1,
"selected": 1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment