- 관련 상품
- 2026년 3월 19일 오후 6:13 UTC
- 이름 *
- kamo
- 뚱 베어
- af4fdaf
Java returns features with `type: "VOIP"` and a numeric `id`. The preprocessing chain had `obj.id` before `obj.type`, causing all features to get numeric string keys instead of semantic names like VOIP/CRM/EMAIL. Swapped priority so `obj.type` is evaluated before `obj.id`. Also added `recordState.isActive` to the enabled resolution chain.