id, order_no, aid, `status`, create_time, aname, `type`, tid delete from t_order_examine where id = #{id,jdbcType=INTEGER} insert into t_order_examine (order_no, aid, `status`, create_time, aname, `type`, tid) values (#{orderNo,jdbcType=VARCHAR}, #{aid,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{aname,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER}, #{tid,jdbcType=INTEGER}) insert into t_order_examine order_no, aid, `status`, create_time, aname, `type`, tid, #{orderNo,jdbcType=VARCHAR}, #{aid,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{aname,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER}, #{tid,jdbcType=INTEGER}, update t_order_examine order_no = #{orderNo,jdbcType=VARCHAR}, aid = #{aid,jdbcType=VARCHAR}, `status` = #{status,jdbcType=INTEGER}, create_time = #{createTime,jdbcType=TIMESTAMP}, aname = #{aname,jdbcType=VARCHAR}, `type` = #{type,jdbcType=INTEGER}, tid = #{tid,jdbcType=INTEGER}, where id = #{id,jdbcType=INTEGER} update t_order_examine set order_no = #{orderNo,jdbcType=VARCHAR}, aid = #{aid,jdbcType=VARCHAR}, `status` = #{status,jdbcType=INTEGER}, create_time = #{createTime,jdbcType=TIMESTAMP}, aname = #{aname,jdbcType=VARCHAR}, `type` = #{type,jdbcType=INTEGER}, tid = #{tid,jdbcType=INTEGER} where id = #{id,jdbcType=INTEGER} update t_order_examine set status= #{status} where order_no = #{orderNo,jdbcType=VARCHAR} and aid = #{aid} insert into t_order_examine (order_no, aid, `status`, aname,type,tid) values (#{item.orderNo,jdbcType=VARCHAR}, #{item.aid,jdbcType=VARCHAR}, #{item.status,jdbcType=INTEGER}, #{item.aname,jdbcType=VARCHAR},#{item.type,jdbcType=INTEGER},#{item.tid,jdbcType=INTEGER}) delete from t_order_examine where order_no = #{orderNo} delete from t_order_examine where tid = #{tid}