|
@@ -79,7 +79,8 @@ public class SapEmployeeTimeService extends BaseService {
|
|
|
String recurrenceGroup = JsonNodeUtil.getValue(userNode, "recurrenceGroup");
|
|
|
String createdBy = JsonNodeUtil.getValue(userNode, "createdBy");
|
|
|
String workflowInitiatedByAdmin = JsonNodeUtil.getValue(userNode, "workflowInitiatedByAdmin");
|
|
|
- String comment = JsonNodeUtil.getValue(userNode, "comment");
|
|
|
+ /* String comment = JsonNodeUtil.getValue(userNode, "comment"); */
|
|
|
+ String comment = "";
|
|
|
String fractionQuantity = JsonNodeUtil.getValue(userNode, "fractionQuantity");
|
|
|
String endTime = JsonNodeUtil.getValue(userNode, "endTime");
|
|
|
String originalQuantityInDays = JsonNodeUtil.getValue(userNode, "originalQuantityInDays");
|