forked from devsam/core
fix: InheritancePointManager 버그 수정
This commit is contained in:
@@ -345,7 +345,7 @@ class InheritancePointManager
|
|||||||
'general_id'=>$general->getID(),
|
'general_id'=>$general->getID(),
|
||||||
'year'=>$year,
|
'year'=>$year,
|
||||||
'month'=>$month,
|
'month'=>$month,
|
||||||
'value'=>$inheritStor->getAll(true)
|
'value'=>Json::encode($inheritStor->getAll(true))
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user