Commit 3cc430c0 by 泽锋 李

fix

parent 93955f73
......@@ -1000,7 +1000,7 @@ where 1=1 ";
if (!string.IsNullOrWhiteSpace(user_name))
{
sql += " and t1.create_user like @user_name ";
countSql += " and t1.create_user like @user_names ";
countSql += " and t1.create_user like @user_name ";
parameters.Add("user_name", $"%{user_name}%");
}
if (!string.IsNullOrWhiteSpace(task_name))
......
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