Files
Django/orders/sql/update_fake_grab_order_avatar.sql
2026-06-28 18:07:38 +08:00

7 lines
270 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 假单表 fake_grab_order派单者头像字段 paidan_touxiang 全部改为 beijing 默认头像
-- 执行前可先预览:
-- SELECT id, dingdan_id, paidan_touxiang FROM fake_grab_order;
UPDATE fake_grab_order
SET paidan_touxiang = 'beijing/morentouxiang.jpg';