dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-10 15:06:26 +09:00
parent 85e42f5b43
commit f501f05000

View File

@ -34,6 +34,7 @@
<td><?= $service->service_line ?></td> <td><?= $service->service_line ?></td>
<td><a href=/IdcCouponBuyMK.cup?service_code=<?= $service->getServiceCode() ?>&client_name=<?= $this->client->getTitle() ?>&client_code=<?= $service->getClientCode() ?>&server_code=<?= $service->getServerCode() ?>&coupon=<?= $service->getCoupon() ?>&mkid=<?= $this->member->getPK() ?>>사용하기</a></td> <td><a href=/IdcCouponBuyMK.cup?service_code=<?= $service->getServiceCode() ?>&client_name=<?= $this->client->getTitle() ?>&client_code=<?= $service->getClientCode() ?>&server_code=<?= $service->getServerCode() ?>&coupon=<?= $service->getCoupon() ?>&mkid=<?= $this->member->getPK() ?>>사용하기</a></td>
</tr> </tr>
<?php $i++; ?>
<?php } ?> <?php } ?>
</tbody> </tbody>
</table> </table>