SVN r741
SVN-Revision: r741
This commit is contained in:
@@ -165,7 +165,7 @@ namespace Lskj.PubBomImportNew
|
||||
"else begin " +
|
||||
"insert into P_SpecialImportTab (moduleId,rightMenuName,Ls_CondFilter,Ls_UnionColumn,Ls_CondPurview) values ('{0}','{1}','{2}','{3}','{4}') " +
|
||||
"end";
|
||||
sql = string.Format(sql, Model.UnionModelCode, Model.ModuleId, "", unionColumn.Replace("'", "''"), "");
|
||||
sql = string.Format(sql, Model.ModuleCode, Model.UnionModelCode, "", unionColumn.Replace("'", "''"), "");
|
||||
SqlHelper.ExecuteNonQuery(sql);
|
||||
MessageUtil.Show("保存成功");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user