and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
AFI_ID, AFI_RETURN_ID, AFI_CREATE_USER, AFI_CREATE_TIME, AFI_MODIFY_USER, AFI_MODIFY_TIME,
AFI_STATE
AFI_CONTENT
delete from ap_feedback_inf
where AFI_ID = #{id,jdbcType=VARCHAR}
delete from ap_feedback_inf
insert into ap_feedback_inf (AFI_ID, AFI_RETURN_ID, AFI_CREATE_USER,
AFI_CREATE_TIME, AFI_MODIFY_USER, AFI_MODIFY_TIME,
AFI_STATE, AFI_CONTENT)
values (#{id,jdbcType=VARCHAR}, #{returnId,jdbcType=VARCHAR}, #{createUser,jdbcType=VARCHAR},
#{createTime,jdbcType=VARCHAR}, #{modifyUser,jdbcType=VARCHAR}, #{modifyTime,jdbcType=VARCHAR},
#{state,jdbcType=VARCHAR}, #{content,jdbcType=LONGVARCHAR})
insert into ap_feedback_inf
AFI_ID,
AFI_RETURN_ID,
AFI_CREATE_USER,
AFI_CREATE_TIME,
AFI_MODIFY_USER,
AFI_MODIFY_TIME,
AFI_STATE,
AFI_CONTENT,
#{id,jdbcType=VARCHAR},
#{returnId,jdbcType=VARCHAR},
#{createUser,jdbcType=VARCHAR},
#{createTime,jdbcType=VARCHAR},
#{modifyUser,jdbcType=VARCHAR},
#{modifyTime,jdbcType=VARCHAR},
#{state,jdbcType=VARCHAR},
#{content,jdbcType=LONGVARCHAR},
update ap_feedback_inf
AFI_ID = #{record.id,jdbcType=VARCHAR},
AFI_RETURN_ID = #{record.returnId,jdbcType=VARCHAR},
AFI_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
AFI_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
AFI_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
AFI_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
AFI_STATE = #{record.state,jdbcType=VARCHAR},
AFI_CONTENT = #{record.content,jdbcType=LONGVARCHAR},
update ap_feedback_inf
set AFI_ID = #{record.id,jdbcType=VARCHAR},
AFI_RETURN_ID = #{record.returnId,jdbcType=VARCHAR},
AFI_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
AFI_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
AFI_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
AFI_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
AFI_STATE = #{record.state,jdbcType=VARCHAR},
AFI_CONTENT = #{record.content,jdbcType=LONGVARCHAR}
update ap_feedback_inf
set AFI_ID = #{record.id,jdbcType=VARCHAR},
AFI_RETURN_ID = #{record.returnId,jdbcType=VARCHAR},
AFI_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
AFI_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
AFI_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
AFI_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
AFI_STATE = #{record.state,jdbcType=VARCHAR}
update ap_feedback_inf
AFI_RETURN_ID = #{returnId,jdbcType=VARCHAR},
AFI_CREATE_USER = #{createUser,jdbcType=VARCHAR},
AFI_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
AFI_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
AFI_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
AFI_STATE = #{state,jdbcType=VARCHAR},
AFI_CONTENT = #{content,jdbcType=LONGVARCHAR},
where AFI_ID = #{id,jdbcType=VARCHAR}
update ap_feedback_inf
set AFI_RETURN_ID = #{returnId,jdbcType=VARCHAR},
AFI_CREATE_USER = #{createUser,jdbcType=VARCHAR},
AFI_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
AFI_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
AFI_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
AFI_STATE = #{state,jdbcType=VARCHAR},
AFI_CONTENT = #{content,jdbcType=LONGVARCHAR}
where AFI_ID = #{id,jdbcType=VARCHAR}
update ap_feedback_inf
set AFI_RETURN_ID = #{returnId,jdbcType=VARCHAR},
AFI_CREATE_USER = #{createUser,jdbcType=VARCHAR},
AFI_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
AFI_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
AFI_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
AFI_STATE = #{state,jdbcType=VARCHAR}
where AFI_ID = #{id,jdbcType=VARCHAR}