Commit 2d9451aa by 胡涛

修改maven私服地址

parent f7969c33
...@@ -45,8 +45,7 @@ public class MyPointController { ...@@ -45,8 +45,7 @@ public class MyPointController {
Long siteId = requestContext.getSiteId(); Long siteId = requestContext.getSiteId();
Map<String, Object> map = null; Map<String, Object> map = null;
try { try {
map = pointClient.pointList( map = pointClient.pointList(year, type, accountId, pageNo, pageSize, companyId, siteId, orgId);
year, type, accountId, pageNo, pageSize, companyId, siteId, orgId);
} catch (Exception e) { } catch (Exception e) {
return Response.fail(Constants.POINT_MSG_BIZ_ERROR); return Response.fail(Constants.POINT_MSG_BIZ_ERROR);
} }
......
...@@ -276,8 +276,8 @@ ...@@ -276,8 +276,8 @@
<repositories> <repositories>
<repository> <repository>
<id>wmy4.0</id> <id>yunSchool</id>
<url>http://mvn.km365.pw/nexus/content/groups/wmy4.0-group/</url> <url>http://180.169.149.1:8081/repository/yunSchool/</url>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment