order_push_id, target, `type`, content, `status`, fail_msg, remark, create_time,
create_by, update_time, update_by
delete from xhpc_work_order_push_message
where order_push_id = #{orderPushId,jdbcType=BIGINT}
insert into xhpc_work_order_push_message (target, `type`, content,
`status`, fail_msg, remark,
create_time, create_by, update_time,
update_by)
values (#{target,jdbcType=VARCHAR}, #{type,jdbcType=SMALLINT}, #{content,jdbcType=VARCHAR},
0, #{failMsg,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR},
sysdate(), #{createBy,jdbcType=VARCHAR}, sysdate(),
#{updateBy,jdbcType=VARCHAR})
insert into xhpc_work_order_push_message
target,
`type`,
content,
`status`,
fail_msg,
remark,
create_time,
create_by,
update_time,
update_by,
#{target,jdbcType=VARCHAR},
#{type,jdbcType=SMALLINT},
#{content,jdbcType=VARCHAR},
0,
#{failMsg,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
sysdate(),
#{createBy,jdbcType=VARCHAR},
sysdate(),
#{updateBy,jdbcType=VARCHAR},
update xhpc_work_order_push_message
target = #{target,jdbcType=VARCHAR},
`type` = #{type,jdbcType=SMALLINT},
content = #{content,jdbcType=VARCHAR},
`status` = #{status,jdbcType=SMALLINT},
fail_msg = #{failMsg,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
update_time = sysdate(),
update_by = #{updateBy,jdbcType=VARCHAR},
where order_push_id = #{orderPushId,jdbcType=BIGINT}
update xhpc_work_order_push_message
set target = #{target,jdbcType=VARCHAR},
`type` = #{type,jdbcType=SMALLINT},
content = #{content,jdbcType=VARCHAR},
`status` = #{status,jdbcType=SMALLINT},
fail_msg = #{failMsg,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
update_time =sysdate(),
update_by = #{updateBy,jdbcType=VARCHAR}
where order_push_id = #{orderPushId,jdbcType=BIGINT}