builder.AppendFormat(" AND A.{0}={1} ",nameof(RB_Student_Company_Extend.Times),query.Times);
}
if(query.IsQueryNotMoney==1)
{
builder.AppendFormat(" AND (A.{0}<>0 OR A.{1}<>0) ",nameof(RB_Student_Company_Extend.OrderNotMoney),nameof(RB_Student_Company_Extend.StudyOrderNotMoney));
}
}
builder.AppendFormat(" ORDER BY A.{0} ASC ",nameof(RB_Student_Company_Extend.Id));
builder.AppendFormat(" AND A.{0}={1} ",nameof(RB_Student_Market_Extend.Times),query.Times);
}
if(query.IsQueryNotMoney==1)
{
builder.AppendFormat(" AND (A.{0}<>0 OR A.{1}<>0) ",nameof(RB_Student_Market_Extend.OrderNotMoney),nameof(RB_Student_Market_Extend.StudyOrderNotMoney));
}
}
builder.AppendFormat(" ORDER BY A.{0} ASC ",nameof(RB_Student_Static_Extend.Id));
builder.AppendFormat(" AND A.{0}={1} ",nameof(RB_Student_Static_Extend.Times),query.Times);
}
if(query.IsQueryNotMoney==1)
{
builder.AppendFormat(" AND (A.{0}<>0 OR A.{1}<>0) ",nameof(RB_Student_Static_Extend.OrderNotMoney),nameof(RB_Student_Static_Extend.StudyOrderNotMoney));
}
}
builder.AppendFormat(" ORDER BY A.{0} ASC ",nameof(RB_Student_Static_Extend.Id));