deploy: 2026-07-15 14:10 部署更新
This commit is contained in:
+1
-1
@@ -743,7 +743,7 @@ def list_conversations(
|
|||||||
cu.industry, cu.intent_level, cu.stage,
|
cu.industry, cu.intent_level, cu.stage,
|
||||||
cu.summary, cu.key_points, cu.objections, cu.next_action,
|
cu.summary, cu.key_points, cu.objections, cu.next_action,
|
||||||
cu.key_needs, cu.last_analysis
|
cu.key_needs, cu.last_analysis
|
||||||
ORDER BY cu.salesperson_id, cu.id
|
ORDER BY min(cu.salesperson_id), cu.id
|
||||||
"""
|
"""
|
||||||
|
|
||||||
cur.execute(sql, params)
|
cur.execute(sql, params)
|
||||||
|
|||||||
Reference in New Issue
Block a user