Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ADC-uniformity
Project
Project
Details
Activity
Releases
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
凡昌松
ADC-uniformity
Commits
61840170
Commit
61840170
authored
Jan 28, 2022
by
凡昌松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改bug
parent
13409d41
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
CheckRealVehicleVerificationImpl.java
...system/service/impl/CheckRealVehicleVerificationImpl.java
+4
-3
No files found.
adcbs-check/src/main/java/com/adc/da/system/service/impl/CheckRealVehicleVerificationImpl.java
View file @
61840170
...
@@ -152,9 +152,10 @@ public class CheckRealVehicleVerificationImpl
...
@@ -152,9 +152,10 @@ public class CheckRealVehicleVerificationImpl
* 出现重复的零几案名称,在其后面追加序号
* 出现重复的零几案名称,在其后面追加序号
*/
*/
data
.
setParameterName
(
checkRealVehicleVerificationDto
.
getParameterName
());
data
.
setParameterName
(
checkRealVehicleVerificationDto
.
getParameterName
());
if
(
itemVlaueList
.
get
(
i
)
!=
null
)
{
data
.
setVehicleType
(
itemVlaueList
.
get
(
i
).
getCpxh
());
data
.
setVehicleType
(
itemVlaueList
.
get
(
i
).
getCpxh
());
data
.
setParamConfig
(
itemVlaueList
.
get
(
i
).
getItemVlaue
());
data
.
setParamConfig
(
itemVlaueList
.
get
(
i
).
getItemVlaue
());
}
if
(
data
.
getParamConfig
()
!=
null
&&
!
data
.
getParamConfig
().
isEmpty
())
{
if
(
data
.
getParamConfig
()
!=
null
&&
!
data
.
getParamConfig
().
isEmpty
())
{
if
(
data
.
getParamConfig
().
startsWith
(
"/"
))
{
if
(
data
.
getParamConfig
().
startsWith
(
"/"
))
{
data
.
setParamConfig
(
data
.
getParamConfig
().
substring
(
1
));
data
.
setParamConfig
(
data
.
getParamConfig
().
substring
(
1
));
...
...
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