1
This commit is contained in:
parent
644917b1bf
commit
1d9bb3d09c
@ -100,7 +100,11 @@ class DailySelectionController extends BaseAuthedController {
|
||||
$this->save();
|
||||
$propertyChgService = new PropertyChgService();
|
||||
$propertyChgService->addUserChg();
|
||||
|
||||
++$count;
|
||||
$newCost = $count < $maxCount ? $arrCosts[$count] : -1;
|
||||
myself()->_rspData(array(
|
||||
'cost' => $newCost,
|
||||
'property_chg' => $propertyChgService->toDto()
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user