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}
FLL_ID, FLL_FLS_ID, FLL_NAME, FLL_ORDER_NUM, FLL_STT, FLL_REMARK, FLL_FLOW_USER,
FLL_MODIFY_TIME
delete from im_flow_log
where FLL_ID = #{id,jdbcType=VARCHAR}
delete from im_flow_log
insert into im_flow_log (FLL_ID, FLL_FLS_ID, FLL_NAME,
FLL_ORDER_NUM, FLL_STT, FLL_REMARK,
FLL_FLOW_USER, FLL_MODIFY_TIME)
values (#{id,jdbcType=VARCHAR}, #{flsId,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{orderNum,jdbcType=VARCHAR}, #{stt,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR},
#{flowUser,jdbcType=VARCHAR}, #{modifyTime,jdbcType=VARCHAR})
insert into im_flow_log
FLL_ID,
FLL_FLS_ID,
FLL_NAME,
FLL_ORDER_NUM,
FLL_STT,
FLL_REMARK,
FLL_FLOW_USER,
FLL_MODIFY_TIME,
#{id,jdbcType=VARCHAR},
#{flsId,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{orderNum,jdbcType=VARCHAR},
#{stt,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{flowUser,jdbcType=VARCHAR},
#{modifyTime,jdbcType=VARCHAR},
update im_flow_log
FLL_ID = #{record.id,jdbcType=VARCHAR},
FLL_FLS_ID = #{record.flsId,jdbcType=VARCHAR},
FLL_NAME = #{record.name,jdbcType=VARCHAR},
FLL_ORDER_NUM = #{record.orderNum,jdbcType=VARCHAR},
FLL_STT = #{record.stt,jdbcType=VARCHAR},
FLL_REMARK = #{record.remark,jdbcType=VARCHAR},
FLL_FLOW_USER = #{record.flowUser,jdbcType=VARCHAR},
FLL_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
update im_flow_log
set FLL_ID = #{record.id,jdbcType=VARCHAR},
FLL_FLS_ID = #{record.flsId,jdbcType=VARCHAR},
FLL_NAME = #{record.name,jdbcType=VARCHAR},
FLL_ORDER_NUM = #{record.orderNum,jdbcType=VARCHAR},
FLL_STT = #{record.stt,jdbcType=VARCHAR},
FLL_REMARK = #{record.remark,jdbcType=VARCHAR},
FLL_FLOW_USER = #{record.flowUser,jdbcType=VARCHAR},
FLL_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR}
update im_flow_log
FLL_FLS_ID = #{flsId,jdbcType=VARCHAR},
FLL_NAME = #{name,jdbcType=VARCHAR},
FLL_ORDER_NUM = #{orderNum,jdbcType=VARCHAR},
FLL_STT = #{stt,jdbcType=VARCHAR},
FLL_REMARK = #{remark,jdbcType=VARCHAR},
FLL_FLOW_USER = #{flowUser,jdbcType=VARCHAR},
FLL_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
where FLL_ID = #{id,jdbcType=VARCHAR}
update im_flow_log
set FLL_FLS_ID = #{flsId,jdbcType=VARCHAR},
FLL_NAME = #{name,jdbcType=VARCHAR},
FLL_ORDER_NUM = #{orderNum,jdbcType=VARCHAR},
FLL_STT = #{stt,jdbcType=VARCHAR},
FLL_REMARK = #{remark,jdbcType=VARCHAR},
FLL_FLOW_USER = #{flowUser,jdbcType=VARCHAR},
FLL_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR}
where FLL_ID = #{id,jdbcType=VARCHAR}