Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
TDPIMS-SDK
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
zhengfunan
TDPIMS-SDK
Commits
16b2dead
Commit
16b2dead
authored
Jul 18, 2023
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
9df6177f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PimsQuery.java
src/main/java/com/tongda/tdpimssdk/api/PimsQuery.java
+1
-1
No files found.
src/main/java/com/tongda/tdpimssdk/api/PimsQuery.java
View file @
16b2dead
...
...
@@ -42,7 +42,7 @@ public class PimsQuery {
* @param size
* @return
*/
public
GeneralPagerVo
<
AssetAbstract
>
get
LifeCycleDefinitionList
(
String
templateID
,
int
page
,
int
size
){
public
GeneralPagerVo
<
AssetAbstract
>
get
AssetByTemplate
(
String
templateID
,
int
page
,
int
size
){
String
url
=
"http://"
+
SaAuth
.
serverId
+
":"
+
SaAuth
.
serverPort
+
"/pims/asset?dbName="
+
SaAuth
.
dbName
+
"&templateID="
+
templateID
+
"&page="
+
page
+
"&size="
+
size
;
String
response
=
PimHttpUtil
.
sendGet
(
url
);
String
s
=
resultUtil
(
response
);
...
...
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