fix:提交子账号
This commit is contained in:
@@ -44,7 +44,7 @@ export class PartnerStaffService {
|
||||
partnerId: parent.partnerId,
|
||||
phone,
|
||||
name,
|
||||
staffRole: PartnerStaffRole.INTERNAL,
|
||||
staffRole: (dto.staffRole as PartnerStaffRole | undefined) ?? PartnerStaffRole.INTERNAL,
|
||||
isPrimary: 0,
|
||||
parentAccountId: parent.id,
|
||||
status: 'DISABLED',
|
||||
|
||||
Reference in New Issue
Block a user