SVN r1244
SVN-Revision: r1244
This commit is contained in:
@@ -516,6 +516,13 @@ namespace Lskj.BaseInfo
|
||||
{
|
||||
sqlValue = ReplaceHelper.ReplaceWhereCond(sqlValue) + string.Format(" and {0}='{1}'", model.UnionValue, unionPatentValue);
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(model.UnionCond))
|
||||
{
|
||||
string UnionCond = ReplaceHelper.ReplaceRowParam(this._currentControlSource, model.UnionCond);
|
||||
sqlValue += UnionCond;
|
||||
}
|
||||
|
||||
return sqlValue;
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user