Commit 457a5931 authored by 黄奎's avatar 黄奎

页面修改

parent 5ebeaef4
......@@ -165,7 +165,7 @@ WHERE 1=1 AND A.`Status`=0
{
builder.AppendFormat(@" AND A.{0}='{1}' ", nameof(RB_Duty_Plan_ViewModel.Date), query.Date);
}
if (query.Id >= 0)
if (query.Id > 0)
{
builder.AppendFormat(@" AND A.{0}<>{1} ", nameof(RB_Duty_Plan_ViewModel.Id), query.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