Commit fe844b11 by 泽锋 李

fix

parent 5e31088b
...@@ -28,7 +28,7 @@ namespace AutoTurnOver.DB ...@@ -28,7 +28,7 @@ namespace AutoTurnOver.DB
var conn = _connection; var conn = _connection;
conn.Open(); conn.Open();
int page = 1; int page = 1;
int rows = 100; int rows = 10000;
List<dc_report_cash_flow_config> configs = conn.Query<dc_report_cash_flow_config>(" select * from dc_report_cash_flow_config ").AsList(); List<dc_report_cash_flow_config> configs = conn.Query<dc_report_cash_flow_config>(" select * from dc_report_cash_flow_config ").AsList();
while (true) while (true)
{ {
......
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