李昊 5 년 전
부모
커밋
e521952aae
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      gx_api/GxPress/Repository/GxPress.Repository.Implement/SystemLabel/SystemLabelRepository.cs

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