fix: InheritancePointManager 버그 수정

This commit is contained in:
2025-11-01 17:37:37 +00:00
parent cde6d86e1b
commit b4f110dbd5
+1 -1
View File
@@ -345,7 +345,7 @@ class InheritancePointManager
'general_id'=>$general->getID(),
'year'=>$year,
'month'=>$month,
'value'=>$inheritStor->getAll(true)
'value'=>Json::encode($inheritStor->getAll(true))
]);
}