fix: 假单头像beijing路径;JD前缀假单统一拒绝抢单

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-06-28 18:07:38 +08:00
parent 7c9db3f360
commit 48bb43d9a8
4 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
-- 假单表 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';