Compare commits

...
1 Commits
Author SHA1 Message Date
Hide_D d679a6fed8 fix: InheritancePointManager 버그 수정 2025-11-01 17:38:02 +00:00
+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))
]);
}