Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
鲁鑫
topsun-bpm
Commits
7642db0c
Commit
7642db0c
authored
Dec 18, 2023
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
a9ab27ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
TechnologyController.java
...ou/topsun/technology/controller/TechnologyController.java
+0
-10
No files found.
topsun/src/main/java/com/huigou/topsun/technology/controller/TechnologyController.java
View file @
7642db0c
package
com
.
huigou
.
topsun
.
technology
.
controller
;
import
com.huigou.cache.DictUtil
;
import
com.huigou.cache.SystemCache
;
import
com.huigou.topsun.sap.common.HttpClient
;
import
com.huigou.topsun.technology.application.TechnologyApplication
;
import
com.huigou.topsun.technology.application.TechnologyProcessApplication
;
import
com.huigou.topsun.technology.domain.query.TechnologyQueryRequest
;
...
...
@@ -16,7 +14,6 @@ import org.springframework.stereotype.Controller;
import
org.springframework.util.CollectionUtils
;
import
javax.annotation.Resource
;
import
java.io.IOException
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.Map
;
...
...
@@ -34,8 +31,6 @@ public class TechnologyController extends CommonController {
private
TechnologyApplication
technologyApplication
;
@Resource
private
TechnologyProcessApplication
technologyProcessApplication
;
@Resource
private
HttpClient
httpClient
;
protected
String
getPagePath
()
{
return
"/biz/topsun/technology/"
;
...
...
@@ -141,9 +136,4 @@ public class TechnologyController extends CommonController {
return
forward
(
"technologyDetail"
,
technologyVo
);
}
public
String
testSap
()
throws
IOException
{
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
String
execute
=
httpClient
.
execute
(
map
,
SystemCache
.
getParameter
(
"sap.service.material.url"
,
String
.
class
));
return
success
();
}
}
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