Unverified Commit db60635e authored by Chakshu Gautam's avatar Chakshu Gautam Committed by GitHub
Browse files

Add logs

Showing with 4 additions and 0 deletions
+4 -0
......@@ -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),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment