dbms_primeidc_init...1
This commit is contained in:
parent
153ec920c9
commit
ed7a93eb74
@ -95,6 +95,7 @@ class CouponController extends ClientController
|
|||||||
throw new \Exception("[$member_code]에 해당하는 관리자정보가 존재하지 않습니다.");
|
throw new \Exception("[$member_code]에 해당하는 관리자정보가 존재하지 않습니다.");
|
||||||
}
|
}
|
||||||
$this->member = $member;
|
$this->member = $member;
|
||||||
|
$this->today = date("Y-m-d");
|
||||||
//쿠폰내역
|
//쿠폰내역
|
||||||
$this->getServiceService()->getModel()->where("client_code", $service->getClientCode());
|
$this->getServiceService()->getModel()->where("client_code", $service->getClientCode());
|
||||||
$this->getServiceService()->getModel()->whereNotIn("service_line", ['vpn', 'test', 'soloLine', 'substitution']);
|
$this->getServiceService()->getModel()->whereNotIn("service_line", ['vpn', 'test', 'soloLine', 'substitution']);
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
<div class="table-responsive">
|
<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() ?>">
|
<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_case" id="onetime_case" value="domain">
|
||||||
<input type="hidden" name="onetime_request_date" value="<?= $today ?>" />
|
<input type="hidden" name="onetime_request_date" value="<?= $this->today ?>" />
|
||||||
<?php $today = date("Y-m-d") ?>
|
|
||||||
<table class="table table-bordered table-hover table-striped">
|
<table class="table table-bordered table-hover table-striped">
|
||||||
<thead></thead>
|
<thead></thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user