李昊 vor 4 Jahren
Ursprung
Commit
e521952aae

+ 2 - 0
gx_api/GxPress/Repository/GxPress.Repository.Implement/SystemLabel/SystemLabelRepository.cs

@@ -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))