SVN r859
SVN-Revision: r859
This commit is contained in:
@@ -54,6 +54,10 @@ namespace Lskj.PubBomAlter
|
||||
/// 验证的语句
|
||||
/// </summary>
|
||||
public string VerifySql;
|
||||
/// <summary>
|
||||
/// 反写确认按钮
|
||||
/// </summary>
|
||||
public string AllowFxBtn;
|
||||
public override string[] OtherParams()
|
||||
{
|
||||
return this.Params;
|
||||
@@ -74,8 +78,12 @@ namespace Lskj.PubBomAlter
|
||||
{
|
||||
base.ModuleCode = args[6];
|
||||
}
|
||||
if (args.Length > 7 && !string.IsNullOrWhiteSpace(args[7]))
|
||||
{
|
||||
SaveSql = args[7];
|
||||
}
|
||||
if (args.Length > 8 && !string.IsNullOrWhiteSpace(args[8]))
|
||||
{
|
||||
SaveSql = args[8];
|
||||
AllowFxBtn = args[8] + "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user