create_by,
create_time,
update_by,
update_time,
id,
logistics_time,
`describe`,
deliery_id,
status
#{item.createBy},
now(),
#{item.updateBy},
now(),
#{item.id},
#{item.logisticsTime},
#{item.describe},
#{item.delieryId},
#{item.state}
and id = #{record.id}
and logistics_time = #{record.logisticsTime}
and describe = #{record.describe}
and deliery_id = #{record.delieryId}
and status = #{record.state}
INSERT INTO shop_logistics_info (
)
VALUES (
)
INSERT INTO shop_logistics_info (
)
VALUES
(
)
UPDATE shop_logistics_info
logistics_time = #{logisticsTime},
describe = #{describe},
deliery_id = #{delieryId},
status = #{state},
WHERE id=#{id}
UPDATE shop_logistics_info
logistics_time = #{record.logisticsTime},
describe = #{record.describe},
deliery_id = #{record.delieryId},
WHERE id=#{record.id}
delete from shop_logistics_info where id in
#{item}
DELETE FROM shop_logistics_info
where id=#{id}
DELETE FROM shop_logistics_info
where deliery_id=#{delieryId}
DELETE FROM shop_logistics_info