This commit is contained in:
hujiabin 2023-03-23 20:55:13 +08:00
parent dae92a45d5
commit d6dff8b6d8

View File

@ -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(),
)
);
}