회원가입 시 COMPANY_13으로 저장

This commit is contained in:
dohyeons 2025-12-01 11:58:31 +09:00
parent 08d4d7dbfc
commit 166004e8fd
1 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ export class AuthService {
phoneNumber,
licenseNumber,
vehicleNumber,
"*", // 기본 회사 코드
"COMPANY_13", // 기본 회사 코드
null, // user_type: null
"active", // status: active
]
@ -437,7 +437,7 @@ export class AuthService {
userName,
phoneNumber,
"off", // 초기 상태: off (앱 미사용)
"*", // 기본 회사 코드
"COMPANY_13", // 기본 회사 코드
userId, // 사용자 ID 연결
]
);