dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-11 09:28:51 +09:00
parent 153ec920c9
commit ed7a93eb74
2 changed files with 2 additions and 2 deletions

View File

@ -95,6 +95,7 @@ class CouponController extends ClientController
throw new \Exception("[$member_code]에 해당하는 관리자정보가 존재하지 않습니다.");
}
$this->member = $member;
$this->today = date("Y-m-d");
//쿠폰내역
$this->getServiceService()->getModel()->where("client_code", $service->getClientCode());
$this->getServiceService()->getModel()->whereNotIn("service_line", ['vpn', 'test', 'soloLine', 'substitution']);

View File

@ -1,8 +1,7 @@
<div class="table-responsive">
<form method="post" action="<?= DBMS_SITE_HOST ?>/dbms/client/coupon/insert/service_code/<?= $this->service->getServiceCode() ?>/client_code/<?= $this->service->getClientCode() ?>/mkid/<?= $this->member->getPK() ?>">
<input type="hidden" name="onetime_case" id="onetime_case" value="domain">
<input type="hidden" name="onetime_request_date" value="<?= $today ?>" />
<?php $today = date("Y-m-d") ?>
<input type="hidden" name="onetime_request_date" value="<?= $this->today ?>" />
<table class="table table-bordered table-hover table-striped">
<thead></thead>
<tbody>