TRANS_ID, MESSAGE, "INDEX", LOG_TIME
INSERT INTO Z_MASTER_IMPORT_LOG
TRANS_ID,
MESSAGE,"INDEX",LOG_TIME, VALUES
#{transId},
#{message},#{index},#{logTime},
INSERT INTO Z_MASTER_IMPORT_LOG
VALUES
#{transId},
#{message},
#{index},
#{logTime},
UPDATE Z_MASTER_IMPORT_LOG TRANS_ID=#{et.transId},MESSAGE=#{et.message},"INDEX"=#{et.index},LOG_TIME=#{et.logTime},
TRANS_ID=#{ew.entity.transId}
AND MESSAGE=#{ew.entity.message} AND "INDEX"=#{ew.entity.index} AND LOG_TIME=#{ew.entity.logTime}
${ew.sqlSegment}
${ew.sqlSegment}
DELETE FROM Z_MASTER_IMPORT_LOG
${k} = #{cm[${k}]}
DELETE FROM Z_MASTER_IMPORT_LOG
TRANS_ID=#{ew.entity.transId}
AND MESSAGE=#{ew.entity.message} AND "INDEX"=#{ew.entity.index} AND LOG_TIME=#{ew.entity.logTime}
${ew.sqlSegment}
${ew.sqlSegment}