1
This commit is contained in:
parent
dae92a45d5
commit
d6dff8b6d8
@ -410,9 +410,12 @@ class BattleController extends BaseAuthedController {
|
||||
}
|
||||
$data = $row;
|
||||
$data['data'] = json_decode($row['data'],true);
|
||||
$propertyChgService = new services\PropertyChgService();
|
||||
$propertyChgService->addUserChg();
|
||||
$this->_rspData(
|
||||
array(
|
||||
'info'=>$data
|
||||
'info'=>$data,
|
||||
'property_chg' => $propertyChgService->toDto(),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user