Revert "feat: 支局长/领导可指定客户经理创建记录"

This reverts commit a4904973bf.
This commit is contained in:
2026-06-27 11:41:17 +08:00
parent a4904973bf
commit e99d0aec8a
9 changed files with 9 additions and 51 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ async def create_mini_business(
amount=data.amount,
follow_up_detail=data.follow_up_detail,
status=data.status,
manager_id=data.manager_id or uuid.UUID(current_user["user_id"]),
manager_id=uuid.UUID(current_user["user_id"]),
expected_revenue_date=data.expected_revenue_date,
)
init_entry(m, current_user["name"])