|
@@ -2,20 +2,20 @@
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
<mapper namespace="SapEmployeeTimeMapper">
|
|
|
<insert id="saveOne">
|
|
|
- insert into sap_employee_time(externalCode,lastModifiedDateTime,endDate,loaActualReturnDate,
|
|
|
+ insert into sap_employee_time(externalCode,lastModifiedDateTime,endDate,endDateTime,loaActualReturnDate,
|
|
|
createdDateTime,timeType,loaExpectedReturnDate,flexibleRequesting,
|
|
|
timeRecordOrigin,mdfSystemRecordStatus,custPeriod,quantityInHours,
|
|
|
- loaStartJobInfoId,startDate,displayQuantity,quantityInDays,
|
|
|
+ loaStartJobInfoId,startDate,startDateTime,displayQuantity,quantityInDays,
|
|
|
startTime,loaEndJobInfoId,approvalStatus,cancellationWorkflowRequestId,
|
|
|
deductionQuantity,editable,lastModifiedBy,workflowRequestId,
|
|
|
undeterminedEndDate,userId,recurrenceGroup,createdBy,
|
|
|
workflowInitiatedByAdmin,comment,fractionQuantity,endTime,
|
|
|
originalQuantityInDays
|
|
|
)
|
|
|
- values (#{externalCode},#{lastModifiedDateTime},#{endDate},#{loaActualReturnDate},
|
|
|
+ values (#{externalCode},#{lastModifiedDateTime},#{endDate},#{endDateTime},#{loaActualReturnDate},
|
|
|
#{createdDateTime},#{timeType},#{loaExpectedReturnDate},#{flexibleRequesting},
|
|
|
#{timeRecordOrigin},#{mdfSystemRecordStatus},#{custPeriod},#{quantityInHours},
|
|
|
- #{loaStartJobInfoId},#{startDate},#{displayQuantity},#{quantityInDays},
|
|
|
+ #{loaStartJobInfoId},#{startDate},#{startDateTime},#{displayQuantity},#{quantityInDays},
|
|
|
#{startTime},#{loaEndJobInfoId},#{approvalStatus},#{cancellationWorkflowRequestId},
|
|
|
#{deductionQuantity},#{editable},#{lastModifiedBy},#{workflowRequestId},
|
|
|
#{undeterminedEndDate},#{userId},#{recurrenceGroup},#{createdBy},
|