select id,
user_id,
order_id,
order_express_id,
status,
location,
content,
changedate,
create_time,
update_time,
create_by,
update_by
from zdy_wcsc_order_express_log
insert into zdy_wcsc_order_express_log
user_id,
order_id,
order_express_id,
status,
location,
content,
changedate,
create_time,
update_time,
create_by,
update_by,
#{userId},
#{orderId},
#{orderExpressId},
#{status},
#{location},
#{content},
#{changedate},
#{createTime},
#{updateTime},
#{createBy},
#{updateBy},
update zdy_wcsc_order_express_log
user_id =
#{userId},
order_id =
#{orderId},
order_express_id =
#{orderExpressId},
status =
#{status},
location =
#{location},
content =
#{content},
changedate =
#{changedate},
create_time =
#{createTime},
update_time =
#{updateTime},
create_by =
#{createBy},
update_by =
#{updateBy},
where id = #{id}
delete
from zdy_wcsc_order_express_log
where id = #{id}
delete from zdy_wcsc_order_express_log where id in
#{id}