|
@@ -258,6 +258,9 @@ namespace Hotline.Orders
|
|
|
[SugarColumn(DefaultValue = "f")]
|
|
|
public bool IsPublicity { get; set; }
|
|
|
|
|
|
+ //public bool IsPub { get; set; }
|
|
|
+
|
|
|
+
|
|
|
#endregion
|
|
|
|
|
|
|
|
@@ -412,6 +415,7 @@ namespace Hotline.Orders
|
|
|
{
|
|
|
Progress = EProgress.Published;
|
|
|
IsPublicity = isPublicity;
|
|
|
+ //IsPub = true;
|
|
|
}
|
|
|
|
|
|
#endregion
|