Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
BackEnd-V2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joel Andres Molina Velez
BackEnd-V2
Commits
30eb9359
Commit
30eb9359
authored
Aug 04, 2023
by
Joel Andres Molina Velez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
46f84bba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ServiceUzyTavProyec.java
...MovilidadWS/Service/UzyTavProyec/ServiceUzyTavProyec.java
+1
-1
No files found.
src/main/java/ec/edu/espe/movilidad/MovilidadWS/Service/UzyTavProyec/ServiceUzyTavProyec.java
View file @
30eb9359
...
...
@@ -91,6 +91,7 @@ public class ServiceUzyTavProyec implements IServiceUzyTavProyec {
}
private
void
actualizarAtributos
(
ModelUzyTavProyec
entity
,
DtoUzyTavProyec
dtoUzyTavProyec
)
{
//Operador ternario: condición ? valorSiVerdadero : valorSiFalso
if
(
dtoUzyTavProyec
.
getUzytavproyec_nombre
()
!=
null
)
{
entity
.
setUzytavproyec_nombre
(
dtoUzyTavProyec
.
getUzytavproyec_nombre
());
}
...
...
@@ -349,7 +350,6 @@ public class ServiceUzyTavProyec implements IServiceUzyTavProyec {
if
(
dtoUzyTavProyec
.
getUzytavproyec_com_part3_url
()
!=
null
)
{
entity
.
setUzytavproyec_com_part3_url
(
dtoUzyTavProyec
.
getUzytavproyec_com_part3_url
());
}
}
@Override
...
...
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