SVN r1003
SVN-Revision: r1003
This commit is contained in:
@@ -1502,7 +1502,7 @@ namespace Lskj.Model
|
|||||||
}
|
}
|
||||||
if (args.Length > 10 && !string.IsNullOrEmpty(args[10]))
|
if (args.Length > 10 && !string.IsNullOrEmpty(args[10]))
|
||||||
{
|
{
|
||||||
this.isView = Convert.ToInt32(args[9]);
|
this.isView = Convert.ToInt32(args[10]);
|
||||||
}
|
}
|
||||||
if (args.Length > 11 && !string.IsNullOrEmpty(args[11]))
|
if (args.Length > 11 && !string.IsNullOrEmpty(args[11]))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user