This commit is contained in:
hujiabin 2024-04-25 11:51:25 +08:00
parent 15a326b998
commit 6403b8a8f2

View File

@ -140,7 +140,7 @@ class OtherController extends BaseAuthedController {
return;
}
Hero::update($unnid,array(
'is_new' => 1
'is_old' => 1
));
$propertyChgService->addHeroChg();
}
@ -152,7 +152,7 @@ class OtherController extends BaseAuthedController {
return;
}
Chip::update2($unnid,array(
'is_new' => 1
'is_old' => 1
));
$propertyChgService->addChip();
}
@ -170,7 +170,7 @@ class OtherController extends BaseAuthedController {
'idx' => $unnid,
),
array(
'is_new' => 1
'is_old' => 1
)
);
$propertyChgService->addBagChg();