- DB::table() 직접 쿼리 → CommonCode 모델 사용으로 변경 - SoftDeletes 자동 적용되어 삭제된 레코드 제외 - getComeCode()도 모델 전환 (TenantScope 자동 적용) - index()는 TenantScope 해제 후 테넌트/글로벌 폴백 직접 처리 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- DB::table() 직접 쿼리 → CommonCode 모델 사용으로 변경 - SoftDeletes 자동 적용되어 삭제된 레코드 제외 - getComeCode()도 모델 전환 (TenantScope 자동 적용) - index()는 TenantScope 해제 후 테넌트/글로벌 폴백 직접 처리 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>