Commit e6d5b807 authored by 吴春's avatar 吴春

1

parent bb7bec8d
...@@ -38,10 +38,10 @@ WHERE 1=1 "); ...@@ -38,10 +38,10 @@ WHERE 1=1 ");
{ {
sb.AppendFormat(" AND A.{0}={1} ", nameof(RB_Lineteam.RB_Group_id), model.RB_Group_id); sb.AppendFormat(" AND A.{0}={1} ", nameof(RB_Lineteam.RB_Group_id), model.RB_Group_id);
} }
if (model.isTOOP > 0) //if (model.isTOOP > 0)
{ //{
sb.AppendFormat(" AND A.{0}={1} ", nameof(RB_Lineteam.isTOOP), model.isTOOP); // sb.AppendFormat(" AND A.{0}={1} ", nameof(RB_Lineteam.isTOOP), model.isTOOP);
} //}
if (model.LineID > 0) if (model.LineID > 0)
{ {
sb.AppendFormat(" AND A.{0}={1} ", nameof(RB_Lineteam.LineID), model.LineID); sb.AppendFormat(" AND A.{0}={1} ", nameof(RB_Lineteam.LineID), model.LineID);
......
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