Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
cloud-web
Commits
2d9451aa
Commit
2d9451aa
authored
Jun 03, 2021
by
胡涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改maven私服地址
parent
f7969c33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
cloud-web-student/src/main/java/com/yizhi/application/pc/controller/MyPointController.java
+1
-2
pom.xml
+2
-2
No files found.
cloud-web-student/src/main/java/com/yizhi/application/pc/controller/MyPointController.java
View file @
2d9451aa
...
@@ -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
);
}
}
...
...
pom.xml
View file @
2d9451aa
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment