|
@@ -59,6 +59,8 @@ namespace GxPress.Repository.Implement.SystemLabel
|
|
|
model.IsSkip = request.IsSkip == 1;
|
|
|
if (!string.IsNullOrEmpty(request.LabelName))
|
|
|
model.LabelName = request.LabelName;
|
|
|
+ if (!string.IsNullOrEmpty(request.ActionUrl))
|
|
|
+ model.ActionUrl = request.ActionUrl;
|
|
|
if (!string.IsNullOrEmpty(request.LabelNameDescribe))
|
|
|
model.LabelNameDescribe = request.LabelNameDescribe;
|
|
|
if (!string.IsNullOrEmpty(request.Remark))
|