Commit 4ecc2726 authored by 黄奎's avatar 黄奎

页面修改

parent 4b145d59
......@@ -160,7 +160,7 @@ namespace Edu.Repository.User
where += $@" and n.{nameof(RB_Notice.UpdateBy)} ={demodel.UpdateBy}";
}
if (!string.IsNullOrEmpty(demodel.To)) {
where += $@" and (FIND_IN_SET(d.DeptId,'{demodel.To}') or d.DeptId =-1)";
where += $@" and (FIND_IN_SET(d.DeptId,'{demodel.To}') or n.To =-1)";
}
if (!string.IsNullOrEmpty(demodel.LookTime))
{
......
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