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}
API_ID, API_NAME, API_TYPE, API_COMPANY_ID, API_OPPOSITE_ID, API_CREATE_USER, API_CREATE_TIME,
API_MODIFY_USER, API_MODIFY_TIME, API_STATE
delete from ap_plan_inf
where API_ID = #{id,jdbcType=VARCHAR}
delete from ap_plan_inf
insert into ap_plan_inf (API_ID, API_NAME, API_TYPE,
API_COMPANY_ID, API_OPPOSITE_ID, API_CREATE_USER,
API_CREATE_TIME, API_MODIFY_USER, API_MODIFY_TIME,
API_STATE)
values (#{id,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{type,jdbcType=VARCHAR},
#{companyId,jdbcType=VARCHAR}, #{oppositeId,jdbcType=VARCHAR}, #{createUser,jdbcType=VARCHAR},
#{createTime,jdbcType=VARCHAR}, #{modifyUser,jdbcType=VARCHAR}, #{modifyTime,jdbcType=VARCHAR},
#{state,jdbcType=VARCHAR})
insert into ap_plan_inf
API_ID,
API_NAME,
API_TYPE,
API_COMPANY_ID,
API_OPPOSITE_ID,
API_CREATE_USER,
API_CREATE_TIME,
API_MODIFY_USER,
API_MODIFY_TIME,
API_STATE,
#{id,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR},
#{companyId,jdbcType=VARCHAR},
#{oppositeId,jdbcType=VARCHAR},
#{createUser,jdbcType=VARCHAR},
#{createTime,jdbcType=VARCHAR},
#{modifyUser,jdbcType=VARCHAR},
#{modifyTime,jdbcType=VARCHAR},
#{state,jdbcType=VARCHAR},
update ap_plan_inf
API_ID = #{record.id,jdbcType=VARCHAR},
API_NAME = #{record.name,jdbcType=VARCHAR},
API_TYPE = #{record.type,jdbcType=VARCHAR},
API_COMPANY_ID = #{record.companyId,jdbcType=VARCHAR},
API_OPPOSITE_ID = #{record.oppositeId,jdbcType=VARCHAR},
API_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
API_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
API_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
API_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
API_STATE = #{record.state,jdbcType=VARCHAR},
update ap_plan_inf
set API_ID = #{record.id,jdbcType=VARCHAR},
API_NAME = #{record.name,jdbcType=VARCHAR},
API_TYPE = #{record.type,jdbcType=VARCHAR},
API_COMPANY_ID = #{record.companyId,jdbcType=VARCHAR},
API_OPPOSITE_ID = #{record.oppositeId,jdbcType=VARCHAR},
API_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
API_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
API_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
API_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
API_STATE = #{record.state,jdbcType=VARCHAR}
update ap_plan_inf
API_NAME = #{name,jdbcType=VARCHAR},
API_TYPE = #{type,jdbcType=VARCHAR},
API_COMPANY_ID = #{companyId,jdbcType=VARCHAR},
API_OPPOSITE_ID = #{oppositeId,jdbcType=VARCHAR},
API_CREATE_USER = #{createUser,jdbcType=VARCHAR},
API_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
API_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
API_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
API_STATE = #{state,jdbcType=VARCHAR},
where API_ID = #{id,jdbcType=VARCHAR}
update ap_plan_inf
set API_NAME = #{name,jdbcType=VARCHAR},
API_TYPE = #{type,jdbcType=VARCHAR},
API_COMPANY_ID = #{companyId,jdbcType=VARCHAR},
API_OPPOSITE_ID = #{oppositeId,jdbcType=VARCHAR},
API_CREATE_USER = #{createUser,jdbcType=VARCHAR},
API_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
API_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
API_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
API_STATE = #{state,jdbcType=VARCHAR}
where API_ID = #{id,jdbcType=VARCHAR}