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} AU_ID, AU_NAME, AU_IS_DEL delete from t_authority where AU_ID = #{auId,jdbcType=CHAR} delete from t_authority insert into t_authority (AU_ID, AU_NAME, AU_IS_DEL ) values (#{auId,jdbcType=CHAR}, #{auName,jdbcType=VARCHAR}, #{isDel,jdbcType=CHAR} ) insert into t_authority AU_ID, AU_NAME, AU_IS_DEL, #{auId,jdbcType=CHAR}, #{auName,jdbcType=VARCHAR}, #{isDel,jdbcType=CHAR}, update t_authority AU_ID = #{record.auId,jdbcType=CHAR}, AU_NAME = #{record.auName,jdbcType=VARCHAR}, AU_IS_DEL = #{record.isDel,jdbcType=CHAR}, update t_authority set AU_ID = #{record.auId,jdbcType=CHAR}, AU_NAME = #{record.auName,jdbcType=VARCHAR}, AU_IS_DEL = #{record.isDel,jdbcType=CHAR} update t_authority AU_NAME = #{auName,jdbcType=VARCHAR}, AU_IS_DEL = #{isDel,jdbcType=CHAR}, where AU_ID = #{auId,jdbcType=CHAR} update t_authority set AU_NAME = #{auName,jdbcType=VARCHAR}, AU_IS_DEL = #{isDel,jdbcType=CHAR} where AU_ID = #{auId,jdbcType=CHAR}