dbmsv4 init...3

This commit is contained in:
최준흠 2025-12-15 12:22:27 +09:00
parent ca9e329634
commit 5e7056f376

View File

@ -230,9 +230,7 @@ class ServiceService extends CustomerService
//신규 서비스 서버의 비용으로 재계산 서비스 금액 설정
$entity = $this->saveAmount($entity);
//기존 서비스용 결제비용 과 신규 서버스용으로 결제비용이 다르면 수정
if ($oldEntity->getAmount() !== $entity->getAmount()) {
service('paymentservice')->modifyByService($oldEntity, $entity);
}
service('paymentservice')->modifyByService($oldEntity, $entity);
//서버정보 연결 신규서버로 변경
if ($oldEntity->getServerInfoUID() !== $entity->getServerInfoUID()) {
//기존서버는 대체서버로 변경