Commit 808083de by 泽锋 李

fix

parent d28e94b5
......@@ -27,7 +27,7 @@ namespace AutoTurnOver.DB
{
var conn = _connection;
int page = 1;
int rows = 100;
int rows = 5000;
List<dc_report_cash_flow_config> configs = conn.Query<dc_report_cash_flow_config>(" select * from dc_report_cash_flow_config ").AsList();
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