Commit 42bb61a8 by lizefeng

优化周转表查询

parent e973e846
......@@ -210,7 +210,7 @@ left join dc_base_tort as t8 on dat.bailun_sku = t8.bailun_sku
}
else
{
total = _connection.ExecuteScalar<int>(sqlCount, parameters);
total = _connection.ExecuteScalar<int>(sqlCount, parameters, commandTimeout: 0);
//设置默认排序字段
if (string.IsNullOrWhiteSpace(sort)) sort = "dat.id";
......
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