Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-service-hmhj
Commits
5fe1e1f6
Commit
5fe1e1f6
authored
May 06, 2023
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理数据处理系统规则不规范且不改,接收token问题
parent
179d2597
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
EntrustSampleItemServiceImpl.java
.../lims/hmhj/service/impl/EntrustSampleItemServiceImpl.java
+2
-1
No files found.
src/main/java/com/patzn/cloud/service/lims/hmhj/service/impl/EntrustSampleItemServiceImpl.java
View file @
5fe1e1f6
...
...
@@ -1635,7 +1635,8 @@ public class EntrustSampleItemServiceImpl extends BaseServiceImpl<EntrustSampleI
String
token
=
""
;
ErpRespResult
<
String
>
result
=
ErpRequest
.
sendGet
(
url
,
null
,
new
TypeReference
<
ErpRespResult
<
String
>>()
{
});
if
(
result
.
success
())
{
// 直接判断是否有值,有取,无默
if
(
StringUtils
.
isNotBlank
(
result
.
getMessage
()))
{
token
=
result
.
getMessage
();
logger
.
info
(
"==== EntrustSampleItemServiceImpl ==== getErpToken ====> token: {}"
,
token
);
}
else
{
...
...
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