diff --git a/src/main/java/net/geedge/asw/common/util/RCode.java b/src/main/java/net/geedge/asw/common/util/RCode.java index 7cc834e..6fd4efa 100644 --- a/src/main/java/net/geedge/asw/common/util/RCode.java +++ b/src/main/java/net/geedge/asw/common/util/RCode.java @@ -62,7 +62,7 @@ public enum RCode { // GIT GIT_COMMIT_CONFLICT_ERROR(203001, "Commit failed; fix conflicts and then commit the result"), - GIT_MERGE_FAILED(203002, "Merge failed"), + GIT_MERGE_FAILED(203002, "Merge failed,error message: {0}"), GIT_PARENT_COMMITID_NOT_FOUND(203003, "Parent commitId not found"), GIT_BINARY_CONFLICT_ERROR(203004, "Binary file conflict found; resolve conflicts in binary files manually"), GIT_MERGE_NOT_SUPPORTED(203005, "Cannot merge in the {0} state"), diff --git a/src/main/java/net/geedge/asw/module/app/service/impl/ApplicationMergeServiceImpl.java b/src/main/java/net/geedge/asw/module/app/service/impl/ApplicationMergeServiceImpl.java index 700d5c5..adf60d1 100644 --- a/src/main/java/net/geedge/asw/module/app/service/impl/ApplicationMergeServiceImpl.java +++ b/src/main/java/net/geedge/asw/module/app/service/impl/ApplicationMergeServiceImpl.java @@ -247,9 +247,7 @@ public class ApplicationMergeServiceImpl extends ServiceImpl