Files
obsidian_note/各种项目/咪咕/数据导出.md
2025-12-04 09:12:56 +08:00

7 lines
266 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### 商机导出 t_clue
```sql
t.id,t.origin,su.nick_name as '创建人',t.create_by,t.create_time,t.clue_code,t.origin_user,su.nick_name as '线索提供人',t.desc as '描述' FROM `t_clue` t  left join sys_user su on su.user_id=t.create_by
```