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