SVN r1003

SVN-Revision: r1003
This commit is contained in:
cyf
2025-09-28 06:52:50 +00:00
parent 8a41c8f764
commit 035ac22645
+1 -1
View File
@@ -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]))
{ {