huangct 8 лет назад
Родитель
Сommit
ebf74564a9

+ 18 - 0
donate-console/pom.xml

@@ -281,5 +281,23 @@
         </pluginManagement>
     </build>
 
+    <distributionManagement>
+        <!-- 发布release仓库 -->
+        <repository>
+            <id>platform-release</id>
+            <name>platform-release</name>
+            <url>http://113.105.74.141:8081/artifactory/libs-release-local</url
+
+            >
+        </repository>
+        <!-- 发布快照版本 -->
+        <snapshotRepository>
+            <id>platform-snapshots</id>
+            <name>platform-snapshots</name>
+            <url>http://113.105.74.141:8081/artifactory/libs-snapshot-local</url
+
+            >
+        </snapshotRepository>
+    </distributionManagement>
 
 </project>

+ 5 - 5
donate-console/src/main/webapp/resources/js/index/app.js

@@ -399,7 +399,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
     app.controller('SelectInstitutionsNatureCtrl', ['$scope', 'toaster', 'Organization',
         function ($scope, toaster, Organization) {
             // 获取当前账户注册机构情况
-            Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
+            Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041558
                 $scope.org = data;
             }, function() {
                 toaster.pop('error', '注册情况加载失败');
@@ -413,7 +413,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
         function ($scope, $http, $rootScope, $timeout, $location, toaster, Organization) {
 
             // 获取当前账户注册机构情况
-            Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
+            Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041558
                 $scope.org = data;
             }, function() {
                 toaster.pop('error', '注册情况加载失败');
@@ -486,7 +486,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
         function ($scope, $http, $rootScope, $timeout, $location, toaster, Organization) {
 
             // 获取当前账户注册机构情况
-            Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
+            Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041558
                 $scope.org = data;
             }, function() {
                 toaster.pop('error', '注册情况加载失败');
@@ -538,7 +538,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
         function ($scope, $http, $rootScope, $timeout, $location, toaster, Organization) {
 
             // 获取当前账户注册机构情况
-            Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
+            Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041558
                 $scope.org = data;
             }, function() {
                 toaster.pop('error', '注册情况加载失败');
@@ -646,7 +646,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
         function ($scope, $http, $rootScope, $timeout, $location, toaster, Organization) {
 
             // 获取当前账户注册机构情况
-            Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
+            Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041166  10041558
                 $scope.org = data;
             }, function() {
                 toaster.pop('error', '注册情况加载失败');

+ 18 - 0
donate-service/pom.xml

@@ -343,5 +343,23 @@
         </pluginManagement>
     </build>
 
+    <distributionManagement>
+        <!-- 发布release仓库 -->
+        <repository>
+            <id>platform-release</id>
+            <name>platform-release</name>
+            <url>http://113.105.74.141:8081/artifactory/libs-release-local</url
+
+            >
+        </repository>
+        <!-- 发布快照版本 -->
+        <snapshotRepository>
+            <id>platform-snapshots</id>
+            <name>platform-snapshots</name>
+            <url>http://113.105.74.141:8081/artifactory/libs-snapshot-local</url
+
+            >
+        </snapshotRepository>
+    </distributionManagement>
 
 </project>