Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-form
Commits
db60635e
Unverified
Commit
db60635e
authored
2 years ago
by
Chakshu Gautam
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Add logs
parent
374926fb
master
bulk-download
cvs_download
delete-form
emailContentUpdate
inspection-flow-changes
institute-district
lat-long
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/formservice/service/impl/FormsServiceImpl.java
+4
-0
...om/tarento/formservice/service/impl/FormsServiceImpl.java
with
4 additions
and
0 deletions
+4
-0
src/main/java/com/tarento/formservice/service/impl/FormsServiceImpl.java
+
4
−
0
View file @
db60635e
...
...
@@ -763,6 +763,10 @@ public class FormsServiceImpl implements FormsService {
assign
.
setAssignedDate
(
DateUtils
.
getYyyyMmDdInUTC
());
requestData
.
setInspection
(
assign
);
requestData
.
setStatus
(
assign
.
getStatus
());
LOGGER
.
info
(
objectMapper
.
writeValueAsString
(
requestData
));
LOGGER
.
info
(
objectMapper
.
writeValueAsString
(
assign
));
Boolean
response
=
formsDao
.
updateFormData
(
requestData
,
assign
.
getApplicationId
());
appStatusTrack
(
response
,
(
applicationMap
!=
null
&&
applicationMap
.
size
()
>
0
?
applicationMap
.
get
(
0
)
:
null
),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets