|
@@ -1516,7 +1516,6 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
if (ParentId > 0)
|
|
if (ParentId > 0)
|
|
|
{
|
|
{
|
|
|
condition += " and ParentUserId=" + ParentId + " or Id=" + ParentId;
|
|
condition += " and ParentUserId=" + ParentId + " or Id=" + ParentId;
|
|
|
- cons += " and UserId=" + ParentId;
|
|
|
|
|
}
|
|
}
|
|
|
if (!string.IsNullOrEmpty(CreateDateData))
|
|
if (!string.IsNullOrEmpty(CreateDateData))
|
|
|
{
|
|
{
|