diff --git a/app/Database/dbms_init_all.sql b/app/Database/dbms_init_all.sql index 1450477..2e54e47 100644 --- a/app/Database/dbms_init_all.sql +++ b/app/Database/dbms_init_all.sql @@ -34,7 +34,7 @@ CREATE TABLE `accountinfo` ( PRIMARY KEY (`uid`), KEY `FK_clientinfo_TO_accountinfo` (`clientinfo_uid`), CONSTRAINT `FK_clientinfo_TO_accountinfo` FOREIGN KEY (`clientinfo_uid`) REFERENCES `clientinfo` (`uid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='예치금계좌'; +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='예치금계좌'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -43,7 +43,7 @@ CREATE TABLE `accountinfo` ( LOCK TABLES `accountinfo` WRITE; /*!40000 ALTER TABLE `accountinfo` DISABLE KEYS */; -INSERT INTO `accountinfo` VALUES (1,1,'5월예치금입금','Test111',100000,'default','2025-06-17 02:09:08','2025-05-29 06:08:43'),(2,1,'5월예치금출금','Test111',50000,'out','2025-06-17 02:08:21','2025-05-29 06:09:07'),(3,3,'테스트입금333','Test333',100000,'default',NULL,'2025-06-17 02:11:41'); +INSERT INTO `accountinfo` VALUES (1,1,'5월예치금입금','Test111',100000,'default','2025-06-17 02:09:08','2025-05-29 06:08:43'),(2,1,'5월예치금출금','Test111',50000,'out','2025-06-17 02:08:21','2025-05-29 06:09:07'),(3,3,'테스트입금333','Test333',100000,'default',NULL,'2025-06-17 02:11:41'),(4,5,'test1','test555',10000,'default',NULL,'2025-06-20 00:41:39'),(5,5,'test2','test5555',30000,'default',NULL,'2025-06-20 00:41:56'),(6,5,'test3','test55555',444444,'default',NULL,'2025-06-20 00:44:36'),(7,5,'test4','test5555',2147483647,'default',NULL,'2025-06-20 00:49:23'),(8,6,'test1','Test666',10000,'default',NULL,'2025-06-20 00:51:46'),(9,6,'test2','Test666',20000,'default',NULL,'2025-06-20 00:51:59'),(10,6,'test3','Test6666',10000000,'default',NULL,'2025-06-20 01:00:36'),(11,6,'test4','test6666',100000,'out',NULL,'2025-06-20 01:21:03'); /*!40000 ALTER TABLE `accountinfo` ENABLE KEYS */; UNLOCK TABLES; @@ -67,7 +67,7 @@ CREATE TABLE `clientinfo` ( `updated_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`uid`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='고객정보'; +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='고객정보'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -76,7 +76,7 @@ CREATE TABLE `clientinfo` ( LOCK TABLES `clientinfo` WRITE; /*!40000 ALTER TABLE `clientinfo` DISABLE KEYS */; -INSERT INTO `clientinfo` VALUES (1,'user','Test111','1111','test111@co.kr',50000,0,0,'default','2025-05-29 06:09:07','2025-05-29 06:07:37'),(2,'user,vip','Test222','222','test222@co.kr',0,50,0,'default','2025-05-29 06:10:10','2025-05-29 06:07:54'),(3,'user,vip,reseller','Test333','3333','test333@co.kr',100000,0,50000,'default','2025-06-17 02:11:41','2025-05-29 06:08:07'),(4,'user','Test444','4444','test444@co.kr',0,0,0,'default','2025-06-09 07:38:48','2025-05-29 06:08:17'); +INSERT INTO `clientinfo` VALUES (1,'user','Test111','1111','test111@co.kr',50000,0,0,'default','2025-05-29 06:09:07','2025-05-29 06:07:37'),(2,'user,vip','Test222','222','test222@co.kr',0,50,0,'default','2025-05-29 06:10:10','2025-05-29 06:07:54'),(3,'user,vip,reseller','Test333','3333','test333@co.kr',100000,0,50000,'default','2025-06-17 02:11:41','2025-05-29 06:08:07'),(4,'user','Test444','4444','test444@co.kr',0,1223,0,'default','2025-06-20 00:28:39','2025-05-29 06:08:17'),(5,'user,vip','Test5555','234-234','test555@test.co.kr',2147483647,0,0,'default','2025-06-20 00:49:23','2025-06-20 00:41:10'),(6,'user,reseller','Test666','234234','test666@test.co.kr',9930000,0,0,'default','2025-06-20 01:21:03','2025-06-20 00:51:01'); /*!40000 ALTER TABLE `clientinfo` ENABLE KEYS */; UNLOCK TABLES; @@ -103,7 +103,7 @@ CREATE TABLE `codeinfo` ( LOCK TABLES `codeinfo` WRITE; /*!40000 ALTER TABLE `codeinfo` DISABLE KEYS */; -INSERT INTO `codeinfo` VALUES ('JPN130','occupied','2025-06-10 08:11:11','2025-06-10 03:52:44'),('JPN140','default','2025-06-10 08:11:11','2025-06-10 03:52:49'),('JPN150','default',NULL,'2025-06-10 03:53:05'),('MP350','default','2025-06-10 10:11:53','2025-06-10 03:53:54'),('MP360','default','2025-06-10 10:20:51','2025-06-10 03:53:59'),('MP370','occupied','2025-06-10 10:20:51','2025-06-10 03:54:04'),('XP230','default',NULL,'2025-06-10 03:53:30'),('XP240','occupied','2025-06-11 08:20:37','2025-06-10 03:53:35'),('XP250','default',NULL,'2025-06-10 03:53:40'); +INSERT INTO `codeinfo` VALUES ('JPN130','occupied','2025-06-10 08:11:11','2025-06-10 03:52:44'),('JPN140','default','2025-06-10 08:11:11','2025-06-10 03:52:49'),('JPN150','occupied','2025-06-20 01:03:04','2025-06-10 03:53:05'),('MP350','default','2025-06-10 10:11:53','2025-06-10 03:53:54'),('MP360','default','2025-06-10 10:20:51','2025-06-10 03:53:59'),('MP370','occupied','2025-06-10 10:20:51','2025-06-10 03:54:04'),('XP230','default',NULL,'2025-06-10 03:53:30'),('XP240','occupied','2025-06-11 08:20:37','2025-06-10 03:53:35'),('XP250','occupied','2025-06-20 04:45:04','2025-06-10 03:53:40'); /*!40000 ALTER TABLE `codeinfo` ENABLE KEYS */; UNLOCK TABLES; @@ -125,7 +125,7 @@ CREATE TABLE `couponinfo` ( PRIMARY KEY (`uid`), KEY `FK_clientinfo_TO_couponinfo` (`clientinfo_uid`), CONSTRAINT `FK_clientinfo_TO_couponinfo` FOREIGN KEY (`clientinfo_uid`) REFERENCES `clientinfo` (`uid`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='쿠폰정보'; +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='쿠폰정보'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -134,7 +134,7 @@ CREATE TABLE `couponinfo` ( LOCK TABLES `couponinfo` WRITE; /*!40000 ALTER TABLE `couponinfo` DISABLE KEYS */; -INSERT INTO `couponinfo` VALUES (1,2,'5월쿠폰추가',100,'default',NULL,'2025-05-29 06:09:41'),(2,2,'5월쿠폰사용',50,'out',NULL,'2025-05-29 06:10:10'); +INSERT INTO `couponinfo` VALUES (1,2,'5월쿠폰추가',100,'default',NULL,'2025-05-29 06:09:41'),(2,2,'5월쿠폰사용',50,'out',NULL,'2025-05-29 06:10:10'),(3,4,'test111',1,'default','2025-06-20 00:28:39','2025-06-19 23:57:35'),(4,4,'test',343,'default',NULL,'2025-06-19 23:58:04'),(5,4,'test',222,'default',NULL,'2025-06-20 00:00:35'),(6,4,'test222',1000,'default',NULL,'2025-06-20 00:28:07'); /*!40000 ALTER TABLE `couponinfo` ENABLE KEYS */; UNLOCK TABLES; @@ -318,7 +318,7 @@ CREATE TABLE `ipinfo` ( LOCK TABLES `ipinfo` WRITE; /*!40000 ALTER TABLE `ipinfo` DISABLE KEYS */; -INSERT INTO `ipinfo` VALUES (1,8,'27.125.207.128','default','2025-06-09 06:09:21','2025-05-29 06:45:34'),(2,8,'27.125.207.129','default',NULL,'2025-05-29 06:45:34'),(3,8,'27.125.207.130','default',NULL,'2025-05-29 06:45:34'),(4,8,'27.125.207.131','default',NULL,'2025-05-29 06:45:34'),(5,8,'27.125.207.132','default',NULL,'2025-05-29 06:45:34'),(6,8,'27.125.207.133','default',NULL,'2025-05-29 06:45:34'),(7,8,'27.125.207.134','default',NULL,'2025-05-29 06:45:34'),(8,8,'27.125.207.135','default',NULL,'2025-05-29 06:45:34'),(9,8,'27.125.207.136','default',NULL,'2025-05-29 06:45:34'),(10,8,'27.125.207.137','default',NULL,'2025-05-29 06:45:34'),(11,8,'27.125.207.138','default',NULL,'2025-05-29 06:45:34'),(12,8,'27.125.207.139','default',NULL,'2025-05-29 06:45:34'),(13,8,'27.125.207.140','default',NULL,'2025-05-29 06:45:34'),(14,8,'27.125.207.141','default',NULL,'2025-05-29 06:45:34'),(15,8,'27.125.207.142','default',NULL,'2025-05-29 06:45:34'),(16,8,'27.125.207.143','default',NULL,'2025-05-29 06:45:34'),(17,8,'27.125.207.144','default',NULL,'2025-05-29 06:45:34'),(18,8,'27.125.207.145','default',NULL,'2025-05-29 06:45:34'),(19,8,'27.125.207.146','default',NULL,'2025-05-29 06:45:34'),(20,8,'27.125.207.147','default',NULL,'2025-05-29 06:45:34'),(21,8,'27.125.207.148','default',NULL,'2025-05-29 06:45:34'),(22,8,'27.125.207.149','default',NULL,'2025-05-29 06:45:34'),(23,8,'27.125.207.150','default',NULL,'2025-05-29 06:45:34'),(24,8,'27.125.207.151','default',NULL,'2025-05-29 06:45:34'),(25,8,'27.125.207.152','default',NULL,'2025-05-29 06:45:34'),(26,8,'27.125.207.153','default',NULL,'2025-05-29 06:45:34'),(27,8,'27.125.207.154','default',NULL,'2025-05-29 06:45:34'),(28,8,'27.125.207.155','default',NULL,'2025-05-29 06:45:34'),(29,8,'27.125.207.156','default',NULL,'2025-05-29 06:45:34'),(30,8,'27.125.207.157','default',NULL,'2025-05-29 06:45:34'),(31,8,'27.125.207.158','default',NULL,'2025-05-29 06:45:34'),(32,8,'27.125.207.159','default',NULL,'2025-05-29 06:45:34'),(33,8,'27.125.207.160','default',NULL,'2025-05-29 06:45:34'),(34,8,'27.125.207.161','default',NULL,'2025-05-29 06:45:34'),(35,8,'27.125.207.162','default',NULL,'2025-05-29 06:45:34'),(36,8,'27.125.207.163','default',NULL,'2025-05-29 06:45:34'),(37,8,'27.125.207.164','default',NULL,'2025-05-29 06:45:34'),(38,8,'27.125.207.165','default',NULL,'2025-05-29 06:45:34'),(39,8,'27.125.207.166','default',NULL,'2025-05-29 06:45:34'),(40,8,'27.125.207.167','default',NULL,'2025-05-29 06:45:34'),(41,8,'27.125.207.168','default',NULL,'2025-05-29 06:45:34'),(42,8,'27.125.207.169','default',NULL,'2025-05-29 06:45:34'),(43,8,'27.125.207.170','default',NULL,'2025-05-29 06:45:34'),(44,8,'27.125.207.171','default',NULL,'2025-05-29 06:45:34'),(45,8,'27.125.207.172','default',NULL,'2025-05-29 06:45:34'),(46,8,'27.125.207.173','default',NULL,'2025-05-29 06:45:34'),(47,8,'27.125.207.174','default',NULL,'2025-05-29 06:45:34'),(48,8,'27.125.207.175','default',NULL,'2025-05-29 06:45:34'),(49,8,'27.125.207.176','default',NULL,'2025-05-29 06:45:34'),(50,8,'27.125.207.177','default',NULL,'2025-05-29 06:45:34'),(51,8,'27.125.207.178','default',NULL,'2025-05-29 06:45:34'),(52,8,'27.125.207.179','default',NULL,'2025-05-29 06:45:34'),(53,8,'27.125.207.180','default',NULL,'2025-05-29 06:45:34'),(54,8,'27.125.207.181','default',NULL,'2025-05-29 06:45:34'),(55,8,'27.125.207.182','default',NULL,'2025-05-29 06:45:34'),(56,8,'27.125.207.183','default',NULL,'2025-05-29 06:45:34'),(57,8,'27.125.207.184','default',NULL,'2025-05-29 06:45:34'),(58,8,'27.125.207.185','default',NULL,'2025-05-29 06:45:34'),(59,8,'27.125.207.186','default',NULL,'2025-05-29 06:45:34'),(60,8,'27.125.207.187','default',NULL,'2025-05-29 06:45:34'),(61,8,'27.125.207.188','default',NULL,'2025-05-29 06:45:34'),(62,8,'27.125.207.189','default',NULL,'2025-05-29 06:45:34'),(63,8,'27.125.207.190','default',NULL,'2025-05-29 06:45:34'),(64,8,'27.125.207.191','default',NULL,'2025-05-29 06:45:34'),(65,8,'27.125.207.192','default',NULL,'2025-05-29 06:45:34'),(66,8,'27.125.207.193','default',NULL,'2025-05-29 06:45:34'),(67,8,'27.125.207.194','default',NULL,'2025-05-29 06:45:35'),(68,8,'27.125.207.195','default',NULL,'2025-05-29 06:45:35'),(69,8,'27.125.207.196','default',NULL,'2025-05-29 06:45:35'),(70,8,'27.125.207.197','default',NULL,'2025-05-29 06:45:35'),(71,8,'27.125.207.198','default',NULL,'2025-05-29 06:45:35'),(72,8,'27.125.207.199','default',NULL,'2025-05-29 06:45:35'),(73,8,'27.125.207.200','default',NULL,'2025-05-29 06:45:35'),(74,8,'27.125.207.201','default',NULL,'2025-05-29 06:45:35'),(75,8,'27.125.207.202','default',NULL,'2025-05-29 06:45:35'),(76,8,'27.125.207.203','default',NULL,'2025-05-29 06:45:35'),(77,8,'27.125.207.204','default',NULL,'2025-05-29 06:45:35'),(78,8,'27.125.207.205','default',NULL,'2025-05-29 06:45:35'),(79,8,'27.125.207.206','default',NULL,'2025-05-29 06:45:35'),(80,8,'27.125.207.207','default',NULL,'2025-05-29 06:45:35'),(81,8,'27.125.207.208','default',NULL,'2025-05-29 06:45:35'),(82,8,'27.125.207.209','occupied',NULL,'2025-05-29 06:45:35'),(83,8,'27.125.207.210','forbidden',NULL,'2025-05-29 06:45:35'),(84,8,'27.125.207.211','default',NULL,'2025-05-29 06:45:35'),(85,8,'27.125.207.212','default',NULL,'2025-05-29 06:45:35'),(86,8,'27.125.207.213','default',NULL,'2025-05-29 06:45:35'),(87,8,'27.125.207.214','default',NULL,'2025-05-29 06:45:35'),(88,8,'27.125.207.215','default',NULL,'2025-05-29 06:45:35'),(89,8,'27.125.207.216','default',NULL,'2025-05-29 06:45:35'),(90,8,'27.125.207.217','default',NULL,'2025-05-29 06:45:35'),(91,8,'27.125.207.218','default',NULL,'2025-05-29 06:45:35'),(92,8,'27.125.207.219','default',NULL,'2025-05-29 06:45:35'),(93,8,'27.125.207.220','default',NULL,'2025-05-29 06:45:35'),(94,8,'27.125.207.221','default',NULL,'2025-05-29 06:45:35'),(95,8,'27.125.207.222','default',NULL,'2025-05-29 06:45:35'),(96,8,'27.125.207.223','default',NULL,'2025-05-29 06:45:35'),(97,8,'27.125.207.224','default',NULL,'2025-05-29 06:45:35'),(98,8,'27.125.207.225','default',NULL,'2025-05-29 06:45:35'),(99,8,'27.125.207.226','default',NULL,'2025-05-29 06:45:35'),(100,8,'27.125.207.227','default',NULL,'2025-05-29 06:45:35'),(101,8,'27.125.207.228','default',NULL,'2025-05-29 06:45:35'),(102,8,'27.125.207.229','default',NULL,'2025-05-29 06:45:35'),(103,8,'27.125.207.230','default',NULL,'2025-05-29 06:45:35'),(104,8,'27.125.207.231','default',NULL,'2025-05-29 06:45:35'),(105,8,'27.125.207.232','default',NULL,'2025-05-29 06:45:35'),(106,8,'27.125.207.233','default',NULL,'2025-05-29 06:45:35'),(107,8,'27.125.207.234','default',NULL,'2025-05-29 06:45:35'),(108,8,'27.125.207.235','default',NULL,'2025-05-29 06:45:35'),(109,8,'27.125.207.236','default',NULL,'2025-05-29 06:45:35'),(110,8,'27.125.207.237','default',NULL,'2025-05-29 06:45:35'),(111,8,'27.125.207.238','default',NULL,'2025-05-29 06:45:35'),(112,8,'27.125.207.239','default',NULL,'2025-05-29 06:45:35'),(113,8,'27.125.207.240','default',NULL,'2025-05-29 06:45:35'),(114,8,'27.125.207.241','default',NULL,'2025-05-29 06:45:35'),(115,8,'27.125.207.242','default',NULL,'2025-05-29 06:45:35'),(116,8,'27.125.207.243','default',NULL,'2025-05-29 06:45:35'),(117,8,'27.125.207.244','default',NULL,'2025-05-29 06:45:35'),(118,8,'27.125.207.245','default',NULL,'2025-05-29 06:45:35'),(119,8,'27.125.207.246','default',NULL,'2025-05-29 06:45:35'),(120,8,'27.125.207.247','default',NULL,'2025-05-29 06:45:35'),(121,8,'27.125.207.248','default',NULL,'2025-05-29 06:45:35'),(122,8,'27.125.207.249','default',NULL,'2025-05-29 06:45:35'),(123,8,'27.125.207.250','default',NULL,'2025-05-29 06:45:35'),(124,8,'27.125.207.251','default',NULL,'2025-05-29 06:45:35'),(125,8,'27.125.207.252','default',NULL,'2025-05-29 06:45:35'),(126,8,'27.125.207.253','default',NULL,'2025-05-29 06:45:35'),(127,8,'27.125.207.254','default',NULL,'2025-05-29 06:45:35'),(128,8,'27.125.207.255','default',NULL,'2025-05-29 06:45:35'); +INSERT INTO `ipinfo` VALUES (1,8,'27.125.207.128','default','2025-06-09 06:09:21','2025-05-29 06:45:34'),(2,8,'27.125.207.129','default',NULL,'2025-05-29 06:45:34'),(3,8,'27.125.207.130','occupied','2025-06-20 03:19:07','2025-05-29 06:45:34'),(4,8,'27.125.207.131','default',NULL,'2025-05-29 06:45:34'),(5,8,'27.125.207.132','default',NULL,'2025-05-29 06:45:34'),(6,8,'27.125.207.133','default',NULL,'2025-05-29 06:45:34'),(7,8,'27.125.207.134','default',NULL,'2025-05-29 06:45:34'),(8,8,'27.125.207.135','default',NULL,'2025-05-29 06:45:34'),(9,8,'27.125.207.136','default',NULL,'2025-05-29 06:45:34'),(10,8,'27.125.207.137','default',NULL,'2025-05-29 06:45:34'),(11,8,'27.125.207.138','default',NULL,'2025-05-29 06:45:34'),(12,8,'27.125.207.139','default',NULL,'2025-05-29 06:45:34'),(13,8,'27.125.207.140','default',NULL,'2025-05-29 06:45:34'),(14,8,'27.125.207.141','default',NULL,'2025-05-29 06:45:34'),(15,8,'27.125.207.142','default',NULL,'2025-05-29 06:45:34'),(16,8,'27.125.207.143','default',NULL,'2025-05-29 06:45:34'),(17,8,'27.125.207.144','default',NULL,'2025-05-29 06:45:34'),(18,8,'27.125.207.145','default',NULL,'2025-05-29 06:45:34'),(19,8,'27.125.207.146','default',NULL,'2025-05-29 06:45:34'),(20,8,'27.125.207.147','default',NULL,'2025-05-29 06:45:34'),(21,8,'27.125.207.148','default',NULL,'2025-05-29 06:45:34'),(22,8,'27.125.207.149','default',NULL,'2025-05-29 06:45:34'),(23,8,'27.125.207.150','default',NULL,'2025-05-29 06:45:34'),(24,8,'27.125.207.151','default',NULL,'2025-05-29 06:45:34'),(25,8,'27.125.207.152','default',NULL,'2025-05-29 06:45:34'),(26,8,'27.125.207.153','default',NULL,'2025-05-29 06:45:34'),(27,8,'27.125.207.154','default',NULL,'2025-05-29 06:45:34'),(28,8,'27.125.207.155','default',NULL,'2025-05-29 06:45:34'),(29,8,'27.125.207.156','default',NULL,'2025-05-29 06:45:34'),(30,8,'27.125.207.157','default',NULL,'2025-05-29 06:45:34'),(31,8,'27.125.207.158','default',NULL,'2025-05-29 06:45:34'),(32,8,'27.125.207.159','default',NULL,'2025-05-29 06:45:34'),(33,8,'27.125.207.160','default',NULL,'2025-05-29 06:45:34'),(34,8,'27.125.207.161','default',NULL,'2025-05-29 06:45:34'),(35,8,'27.125.207.162','default',NULL,'2025-05-29 06:45:34'),(36,8,'27.125.207.163','default',NULL,'2025-05-29 06:45:34'),(37,8,'27.125.207.164','default',NULL,'2025-05-29 06:45:34'),(38,8,'27.125.207.165','default',NULL,'2025-05-29 06:45:34'),(39,8,'27.125.207.166','default',NULL,'2025-05-29 06:45:34'),(40,8,'27.125.207.167','default',NULL,'2025-05-29 06:45:34'),(41,8,'27.125.207.168','default',NULL,'2025-05-29 06:45:34'),(42,8,'27.125.207.169','default',NULL,'2025-05-29 06:45:34'),(43,8,'27.125.207.170','default',NULL,'2025-05-29 06:45:34'),(44,8,'27.125.207.171','default',NULL,'2025-05-29 06:45:34'),(45,8,'27.125.207.172','default',NULL,'2025-05-29 06:45:34'),(46,8,'27.125.207.173','default',NULL,'2025-05-29 06:45:34'),(47,8,'27.125.207.174','default',NULL,'2025-05-29 06:45:34'),(48,8,'27.125.207.175','default',NULL,'2025-05-29 06:45:34'),(49,8,'27.125.207.176','default',NULL,'2025-05-29 06:45:34'),(50,8,'27.125.207.177','default',NULL,'2025-05-29 06:45:34'),(51,8,'27.125.207.178','default',NULL,'2025-05-29 06:45:34'),(52,8,'27.125.207.179','default',NULL,'2025-05-29 06:45:34'),(53,8,'27.125.207.180','default',NULL,'2025-05-29 06:45:34'),(54,8,'27.125.207.181','default',NULL,'2025-05-29 06:45:34'),(55,8,'27.125.207.182','default',NULL,'2025-05-29 06:45:34'),(56,8,'27.125.207.183','default',NULL,'2025-05-29 06:45:34'),(57,8,'27.125.207.184','default',NULL,'2025-05-29 06:45:34'),(58,8,'27.125.207.185','default',NULL,'2025-05-29 06:45:34'),(59,8,'27.125.207.186','default',NULL,'2025-05-29 06:45:34'),(60,8,'27.125.207.187','default',NULL,'2025-05-29 06:45:34'),(61,8,'27.125.207.188','default',NULL,'2025-05-29 06:45:34'),(62,8,'27.125.207.189','default',NULL,'2025-05-29 06:45:34'),(63,8,'27.125.207.190','default',NULL,'2025-05-29 06:45:34'),(64,8,'27.125.207.191','default',NULL,'2025-05-29 06:45:34'),(65,8,'27.125.207.192','default',NULL,'2025-05-29 06:45:34'),(66,8,'27.125.207.193','default',NULL,'2025-05-29 06:45:34'),(67,8,'27.125.207.194','default',NULL,'2025-05-29 06:45:35'),(68,8,'27.125.207.195','default',NULL,'2025-05-29 06:45:35'),(69,8,'27.125.207.196','default',NULL,'2025-05-29 06:45:35'),(70,8,'27.125.207.197','default',NULL,'2025-05-29 06:45:35'),(71,8,'27.125.207.198','default',NULL,'2025-05-29 06:45:35'),(72,8,'27.125.207.199','default',NULL,'2025-05-29 06:45:35'),(73,8,'27.125.207.200','default',NULL,'2025-05-29 06:45:35'),(74,8,'27.125.207.201','default',NULL,'2025-05-29 06:45:35'),(75,8,'27.125.207.202','default',NULL,'2025-05-29 06:45:35'),(76,8,'27.125.207.203','default',NULL,'2025-05-29 06:45:35'),(77,8,'27.125.207.204','default',NULL,'2025-05-29 06:45:35'),(78,8,'27.125.207.205','default',NULL,'2025-05-29 06:45:35'),(79,8,'27.125.207.206','default',NULL,'2025-05-29 06:45:35'),(80,8,'27.125.207.207','default',NULL,'2025-05-29 06:45:35'),(81,8,'27.125.207.208','default',NULL,'2025-05-29 06:45:35'),(82,8,'27.125.207.209','occupied',NULL,'2025-05-29 06:45:35'),(83,8,'27.125.207.210','forbidden',NULL,'2025-05-29 06:45:35'),(84,8,'27.125.207.211','default',NULL,'2025-05-29 06:45:35'),(85,8,'27.125.207.212','default',NULL,'2025-05-29 06:45:35'),(86,8,'27.125.207.213','default',NULL,'2025-05-29 06:45:35'),(87,8,'27.125.207.214','default',NULL,'2025-05-29 06:45:35'),(88,8,'27.125.207.215','default',NULL,'2025-05-29 06:45:35'),(89,8,'27.125.207.216','default',NULL,'2025-05-29 06:45:35'),(90,8,'27.125.207.217','default',NULL,'2025-05-29 06:45:35'),(91,8,'27.125.207.218','default',NULL,'2025-05-29 06:45:35'),(92,8,'27.125.207.219','default',NULL,'2025-05-29 06:45:35'),(93,8,'27.125.207.220','default',NULL,'2025-05-29 06:45:35'),(94,8,'27.125.207.221','default',NULL,'2025-05-29 06:45:35'),(95,8,'27.125.207.222','default',NULL,'2025-05-29 06:45:35'),(96,8,'27.125.207.223','default',NULL,'2025-05-29 06:45:35'),(97,8,'27.125.207.224','default',NULL,'2025-05-29 06:45:35'),(98,8,'27.125.207.225','default',NULL,'2025-05-29 06:45:35'),(99,8,'27.125.207.226','default',NULL,'2025-05-29 06:45:35'),(100,8,'27.125.207.227','default',NULL,'2025-05-29 06:45:35'),(101,8,'27.125.207.228','default',NULL,'2025-05-29 06:45:35'),(102,8,'27.125.207.229','default',NULL,'2025-05-29 06:45:35'),(103,8,'27.125.207.230','default',NULL,'2025-05-29 06:45:35'),(104,8,'27.125.207.231','default',NULL,'2025-05-29 06:45:35'),(105,8,'27.125.207.232','default',NULL,'2025-05-29 06:45:35'),(106,8,'27.125.207.233','default',NULL,'2025-05-29 06:45:35'),(107,8,'27.125.207.234','default',NULL,'2025-05-29 06:45:35'),(108,8,'27.125.207.235','default',NULL,'2025-05-29 06:45:35'),(109,8,'27.125.207.236','default',NULL,'2025-05-29 06:45:35'),(110,8,'27.125.207.237','default',NULL,'2025-05-29 06:45:35'),(111,8,'27.125.207.238','default',NULL,'2025-05-29 06:45:35'),(112,8,'27.125.207.239','default',NULL,'2025-05-29 06:45:35'),(113,8,'27.125.207.240','default',NULL,'2025-05-29 06:45:35'),(114,8,'27.125.207.241','default',NULL,'2025-05-29 06:45:35'),(115,8,'27.125.207.242','default',NULL,'2025-05-29 06:45:35'),(116,8,'27.125.207.243','default',NULL,'2025-05-29 06:45:35'),(117,8,'27.125.207.244','default',NULL,'2025-05-29 06:45:35'),(118,8,'27.125.207.245','default',NULL,'2025-05-29 06:45:35'),(119,8,'27.125.207.246','default',NULL,'2025-05-29 06:45:35'),(120,8,'27.125.207.247','default',NULL,'2025-05-29 06:45:35'),(121,8,'27.125.207.248','default',NULL,'2025-05-29 06:45:35'),(122,8,'27.125.207.249','default',NULL,'2025-05-29 06:45:35'),(123,8,'27.125.207.250','default',NULL,'2025-05-29 06:45:35'),(124,8,'27.125.207.251','default',NULL,'2025-05-29 06:45:35'),(125,8,'27.125.207.252','default',NULL,'2025-05-29 06:45:35'),(126,8,'27.125.207.253','default',NULL,'2025-05-29 06:45:35'),(127,8,'27.125.207.254','default',NULL,'2025-05-29 06:45:35'),(128,8,'27.125.207.255','default',NULL,'2025-05-29 06:45:35'); /*!40000 ALTER TABLE `ipinfo` ENABLE KEYS */; UNLOCK TABLES; @@ -375,7 +375,7 @@ CREATE TABLE `logger` ( PRIMARY KEY (`uid`), KEY `FK_user_TO_logger` (`user_uid`), CONSTRAINT `FK_user_TO_logger` FOREIGN KEY (`user_uid`) REFERENCES `user` (`uid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='작업 기록 로그'; +) ENGINE=InnoDB AUTO_INCREMENT=149 DEFAULT CHARSET=utf8 COMMENT='작업 기록 로그'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -384,6 +384,7 @@ CREATE TABLE `logger` ( LOCK TABLES `logger` WRITE; /*!40000 ALTER TABLE `logger` DISABLE KEYS */; +INSERT INTO `logger` VALUES (1,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:22:57[debug]: 입력내용\n13:22:57[debug]: array (\n 'serviceinfo_uid' => '3',\n 'item_type' => 'STORAGE',\n 'item_uid' => '1',\n 'billing_cycle' => 'onetime',\n 'price' => '100000',\n 'amount' => '50000',\n 'start_at' => '2025-06-17',\n 'status' => 'default',\n)\n13:22:57[debug]: [67/STORAGE] 입력 후 내용\n13:22:57[debug]: array (\n 'serviceinfo_uid' => '3',\n 'item_type' => 'STORAGE',\n 'item_uid' => 1,\n 'billing_cycle' => 'onetime',\n 'price' => 100000,\n 'amount' => 50000,\n 'start_at' => '2025-06-17',\n 'status' => 'default',\n 'uid' => 67,\n)\n13:22:57[info]: [STORAGE]생성되었습니다.:\n13:22:57[debug]: 입력내용\n13:22:57[debug]: array (\n 'serviceinfo_uid' => 3,\n 'ownerinfo_uid' => 4,\n 'item_type' => 'STORAGE',\n 'item_uid' => 1,\n 'billing_cycle' => 'onetime',\n 'amount' => 50000,\n 'billing_at' => '2025-07-18',\n 'issue_at' => '2025-06-18',\n)\n13:22:57[debug]: [68/STORAGE] 입력 후 내용\n13:22:57[debug]: array (\n 'serviceinfo_uid' => 3,\n 'ownerinfo_uid' => 4,\n 'item_type' => 'STORAGE',\n 'item_uid' => 1,\n 'billing_cycle' => 'onetime',\n 'amount' => 50000,\n 'billing_at' => '2025-07-18',\n 'issue_at' => '2025-06-18',\n 'uid' => 68,\n)\n13:22:57[info]: [STORAGE]생성되었습니다.:','default','2025-06-18 04:22:57'),(2,1,'Customer/ServiceItem','getResultFail','Undefined array key \"DOMAIN\"','15:59:32[debug]: Undefined array key "DOMAIN"','default','2025-06-18 06:59:32'),(3,1,'Customer/ServiceItem','getResultFail','Undefined array key \"DEFENCE\"','15:59:50[debug]: Undefined array key "DEFENCE"','default','2025-06-18 06:59:50'),(4,1,'Customer/ServiceItem','getResultFail','Undefined array key \"SERVER\"','16:01:25[debug]: Undefined array key "SERVER"','default','2025-06-18 07:01:25'),(5,1,'Customer/ServiceItem','getResultFail','Undefined array key \"CPU\"','16:32:17[debug]: Undefined array key "CPU"','default','2025-06-18 07:32:17'),(6,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','16:32:27[debug]: Undefined array key "RAM"','default','2025-06-18 07:32:27'),(7,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','16:45:06[debug]: Undefined array key "RAM"','default','2025-06-18 07:45:06'),(8,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','16:48:07[debug]: Undefined array key "RAM"','default','2025-06-18 07:48:07'),(9,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','16:49:13[debug]: Undefined array key "RAM"','default','2025-06-18 07:49:13'),(10,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:00:15[debug]: Undefined array key "RAM"','default','2025-06-18 08:00:15'),(11,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:00:54[debug]: Undefined array key "RAM"','default','2025-06-18 08:00:54'),(12,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RA\"','17:05:22[debug]: Undefined array key "RA"','default','2025-06-18 08:05:22'),(13,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:05:30[debug]: Undefined array key "RAM"','default','2025-06-18 08:05:30'),(14,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:07:50[debug]: Undefined array key "RAM"','default','2025-06-18 08:07:50'),(15,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:09:10[debug]: Undefined array key "RAM"','default','2025-06-18 08:09:10'),(16,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:09:49[debug]: Undefined array key "RAM"','default','2025-06-18 08:09:49'),(17,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:09:55[debug]: Undefined array key "RAM"','default','2025-06-18 08:09:55'),(18,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:11:03[debug]: Undefined array key "RAM"','default','2025-06-18 08:11:03'),(19,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:11:49[debug]: Undefined array key "RAM"','default','2025-06-18 08:11:49'),(20,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:13:47[debug]: Undefined array key "RAM"','default','2025-06-18 08:13:47'),(21,1,'Customer/ServiceItem','getResultFail','getFormFieldOption에서 item_type이 지정되지 않았습니다.','17:14:45[debug]: getFormFieldOption에서 item_type이 지정되지 않았습니다.','default','2025-06-18 08:14:45'),(22,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:16:43[debug]: Undefined array key "RAM"','default','2025-06-18 08:16:43'),(23,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:20:49[debug]: Undefined array key "RAM"','default','2025-06-18 08:20:49'),(24,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:21:41[debug]: Undefined array key "RAM"','default','2025-06-18 08:21:41'),(25,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:24:39[debug]: Undefined array key "RAM"','default','2025-06-18 08:24:39'),(26,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:26:34[debug]: Undefined array key "RAM"','default','2025-06-18 08:26:34'),(27,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','17:32:27[debug]: Undefined array key "RAM"','default','2025-06-18 08:32:27'),(28,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','17:37:15[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-18 08:37:15'),(29,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','17:37:16[debug]: Undefined array key "billing_cycle"','default','2025-06-18 08:37:16'),(30,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','17:37:58[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-18 08:37:58'),(31,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','17:37:58[debug]: Undefined array key "billing_cycle"','default','2025-06-18 08:37:58'),(32,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','17:42:05[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-18 08:42:05'),(33,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','17:42:05[debug]: Undefined array key "billing_cycle"','default','2025-06-18 08:42:05'),(34,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','17:45:02[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-18 08:45:02'),(35,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','17:45:02[debug]: Undefined array key "billing_cycle"','default','2025-06-18 08:45:02'),(36,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','17:48:55[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-18 08:48:55'),(37,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','17:48:55[debug]: Undefined array key "billing_cycle"','default','2025-06-18 08:48:55'),(38,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','17:50:46[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-18 08:50:46'),(39,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','17:50:46[debug]: Undefined array key "billing_cycle"','default','2025-06-18 08:50:46'),(40,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','18:25:49[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-18 09:25:49'),(41,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','18:25:49[debug]: Undefined array key "billing_cycle"','default','2025-06-18 09:25:49'),(42,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','18:48:54[debug]: Undefined array key "RAM"','default','2025-06-18 09:48:54'),(43,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','18:48:54[debug]: Undefined array key "billing_cycle"','default','2025-06-18 09:48:54'),(44,1,'Customer/ServiceItem','getResultFail','Undefined array key \"RAM\"','18:49:21[debug]: Undefined array key "RAM"','default','2025-06-18 09:49:21'),(45,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','18:49:21[debug]: Undefined array key "billing_cycle"','default','2025-06-18 09:49:21'),(46,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','19:05:56[debug]: 입력내용\n19:05:56[debug]: array (\n 'serviceinfo_uid' => '3',\n 'item_type' => 'CPU',\n 'item_uid' => '1',\n 'billing_cycle' => 'onetime',\n 'price' => '10000',\n 'amount' => '10000',\n 'start_at' => '2025-06-18',\n 'status' => 'default',\n)\n19:05:56[debug]: [68/CPU] 입력 후 내용\n19:05:56[debug]: array (\n 'serviceinfo_uid' => '3',\n 'item_type' => 'CPU',\n 'item_uid' => 1,\n 'billing_cycle' => 'onetime',\n 'price' => 10000,\n 'amount' => 10000,\n 'start_at' => '2025-06-18',\n 'status' => 'default',\n 'uid' => 68,\n)\n19:05:56[info]: [CPU]생성되었습니다.:\n19:05:56[debug]: 입력내용\n19:05:56[debug]: array (\n 'serviceinfo_uid' => 3,\n 'ownerinfo_uid' => 4,\n 'item_type' => 'CPU',\n 'item_uid' => 1,\n 'billing_cycle' => 'onetime',\n 'amount' => 10000,\n 'billing_at' => '2025-07-18',\n 'issue_at' => '2025-06-18',\n)\n19:05:56[debug]: [69/CPU] 입력 후 내용\n19:05:56[debug]: array (\n 'serviceinfo_uid' => 3,\n 'ownerinfo_uid' => 4,\n 'item_type' => 'CPU',\n 'item_uid' => 1,\n 'billing_cycle' => 'onetime',\n 'amount' => 10000,\n 'billing_at' => '2025-07-18',\n 'issue_at' => '2025-06-18',\n 'uid' => 69,\n)\n19:05:56[info]: [CPU]생성되었습니다.:','default','2025-06-18 10:05:56'),(47,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','14:15:52[debug]: Undefined array key 1','default','2025-06-19 05:15:52'),(48,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','14:16:08[debug]: Undefined array key 1','default','2025-06-19 05:16:08'),(49,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','14:17:23[debug]: Undefined array key 1','default','2025-06-19 05:17:23'),(50,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','14:21:10[debug]: Undefined array key 1','default','2025-06-19 05:21:10'),(51,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','14:21:57[debug]: Undefined array key 1','default','2025-06-19 05:21:57'),(52,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','15:38:33[debug]: Undefined array key 1','default','2025-06-19 06:38:33'),(53,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','15:40:29[debug]: Undefined array key 1','default','2025-06-19 06:40:29'),(54,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','15:41:26[debug]: Undefined array key 1','default','2025-06-19 06:41:26'),(55,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','15:42:28[debug]: Undefined array key 1','default','2025-06-19 06:42:28'),(56,1,'Customer/ServicePayment','getResultFail','Undefined array key 1','15:42:40[debug]: Undefined array key 1','default','2025-06-19 06:42:40'),(57,1,'User','getResultSuccess','작업이 성공적으로 완료되었습니다.','08:55:26[debug]: 입력내용\n08:55:26[debug]: array (\n 'id' => 'test1111222',\n 'passwd' => '1234',\n 'confirmpassword' => '1234',\n 'name' => 'test111122',\n 'email' => 'test112@co.kr',\n 'mobile' => 'asdfsfd',\n 'role' => 'manager',\n)\n08:55:26[debug]: [42/test111122] 입력 후 내용\n08:55:26[debug]: array (\n 'id' => 'test1111222',\n 'passwd' => '$2y$10$eS3FE/GgRZv8p02dYu4C4O1lze5lnHrD9BwzzMgs.0uP5zqSTWMvC',\n 'confirmpassword' => '$2y$10$qdy/FuAzx4LVvrVdREEvwOqGwpc5KHk5g/lxMuvSnPDKUx38phRNu',\n 'name' => 'test111122',\n 'email' => 'test112@co.kr',\n 'mobile' => 'asdfsfd',\n 'role' => 'manager',\n 'uid' => 42,\n)\n08:55:26[info]: [test111122]생성되었습니다.:','default','2025-06-19 23:55:26'),(58,1,'User','getResultFail','User 작업 데이터 검증 오류발생\nThe confirmpassword field does not match the passwd field.','08:56:22[debug]: User 작업 데이터 검증 오류발생\nThe confirmpassword field does not match the passwd field.','default','2025-06-19 23:56:22'),(59,1,'User','getResultSuccess','작업이 성공적으로 완료되었습니다.','08:56:32[debug]: [41/test333334] 변경 전 내용\n08:56:32[debug]: array (\n 'id' => 'test33333433',\n 'passwd' => '12341234',\n 'confirmpassword' => '12341234',\n 'name' => 'test33333433',\n 'email' => 'test@test.co.kr233',\n 'mobile' => '111111222233',\n 'role' => 'manager,cloudflare,firewall',\n)\n08:56:32[debug]: array (\n 'uid' => '41',\n 'id' => 'test333334',\n 'passwd' => '$2y$10$eQXPQIvkuvnBc11hURs/K.mO44cHovtEdVpQ9QMLbu7H7bsspmJEO',\n 'name' => 'test333334',\n 'email' => 'test@test.co.kr2',\n 'mobile' => '1111112222',\n 'role' => 'manager,cloudflare',\n 'status' => 'pause',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 08:55:55.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-11 16:36:53.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n08:56:33[debug]: [41/test33333433] 변경 후 내용\n08:56:33[debug]: array (\n 'uid' => '41',\n 'id' => 'test33333433',\n 'passwd' => '$2y$10$8qFLTLnJJbRvIDLzlfauSOJvD.B.aIH6l0yKo2K7xo6m02cdXNvg.',\n 'name' => 'test33333433',\n 'email' => 'test@test.co.kr233',\n 'mobile' => '111111222233',\n 'role' => 'manager,cloudflare,firewall',\n 'status' => 'pause',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 08:56:33.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-11 16:36:53.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'confirmpassword' => '$2y$10$OgSt7eWGOTUdd3yFolpL2OXlJZXt9DXqLDqfTcckgBvOfk5Qd.1fq',\n)\n08:56:33[info]: [test33333433]수정되였습니다.:','default','2025-06-19 23:56:33'),(60,1,'Customer/Coupon','getResultSuccess','작업이 성공적으로 완료되었습니다.','08:57:35[debug]: [4/Test444] 변경 전 내용\n08:57:35[debug]: array (\n 'coupon_balance' => 10,\n)\n08:57:35[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-09 16:38:48.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n08:57:35[debug]: [4/Test444] 변경 후 내용\n08:57:35[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 10,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 08:57:35.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n08:57:35[info]: [Test444]수정되였습니다.:\n08:57:35[debug]: 입력내용\n08:57:35[debug]: array (\n 'clientinfo_uid' => '4',\n 'status' => 'default',\n 'title' => 'test111',\n 'amount' => '10',\n)\n08:57:35[debug]: [3/test111] 입력 후 내용\n08:57:35[debug]: array (\n 'clientinfo_uid' => '4',\n 'status' => 'default',\n 'title' => 'test111',\n 'amount' => '10',\n 'uid' => 3,\n)\n08:57:35[info]: [test111]생성되었습니다.:','default','2025-06-19 23:57:35'),(61,1,'Customer/Coupon','getResultFail','잔여액,잔여 쿠폰갯수:0 < 출금액 , 사용쿠폰갯수: 45보다 작습니다.','08:57:57[debug]: 잔여액,잔여 쿠폰갯수:0 < 출금액 , 사용쿠폰갯수: 45보다 작습니다.','default','2025-06-19 23:57:57'),(62,1,'Customer/Coupon','getResultFail','Undefined array key \"status\"','08:57:58[debug]: Undefined array key "status"','default','2025-06-19 23:57:58'),(63,1,'Customer/Coupon','getResultSuccess','작업이 성공적으로 완료되었습니다.','08:58:04[debug]: [4/Test444] 변경 전 내용\n08:58:04[debug]: array (\n 'coupon_balance' => 343,\n)\n08:58:04[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 10,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 08:57:35.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n08:58:04[debug]: [4/Test444] 변경 후 내용\n08:58:04[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 343,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 08:58:04.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n08:58:04[info]: [Test444]수정되였습니다.:\n08:58:04[debug]: 입력내용\n08:58:04[debug]: array (\n 'clientinfo_uid' => '4',\n 'status' => 'default',\n 'title' => 'test',\n 'amount' => '343',\n)\n08:58:04[debug]: [4/test] 입력 후 내용\n08:58:04[debug]: array (\n 'clientinfo_uid' => '4',\n 'status' => 'default',\n 'title' => 'test',\n 'amount' => '343',\n 'uid' => 4,\n)\n08:58:04[info]: [test]생성되었습니다.:','default','2025-06-19 23:58:04'),(64,1,'Customer/Coupon','getResultFail','잔여액,잔여 쿠폰갯수:0 < 출금액 , 사용쿠폰갯수: 2234보다 작습니다.','08:58:18[debug]: 잔여액,잔여 쿠폰갯수:0 < 출금액 , 사용쿠폰갯수: 2234보다 작습니다.','default','2025-06-19 23:58:18'),(65,1,'Customer/Coupon','getResultFail','Undefined array key \"status\"','08:58:18[debug]: Undefined array key "status"','default','2025-06-19 23:58:18'),(66,1,'Customer/Coupon','getResultFail','잔여액,잔여 쿠폰갯수:0 < 출금액 , 사용쿠폰갯수: 1234보다 작습니다.','08:58:36[debug]: 잔여액,잔여 쿠폰갯수:0 < 출금액 , 사용쿠폰갯수: 1234보다 작습니다.','default','2025-06-19 23:58:36'),(67,1,'Customer/Coupon','getResultFail','Undefined array key \"status\"','08:58:36[debug]: Undefined array key "status"','default','2025-06-19 23:58:36'),(68,1,'Customer/Coupon','getResultFail','Invalid file: \"admin/popup/modify_form.php\"','08:59:25[debug]: Invalid file: "admin/popup/modify_form.php"','default','2025-06-19 23:59:25'),(69,1,'Customer/Coupon','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:00:35[debug]: [4/Test444] 변경 전 내용\n09:00:35[debug]: array (\n 'coupon_balance' => 222,\n)\n09:00:35[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 343,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 08:58:04.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:00:35[debug]: [4/Test444] 변경 후 내용\n09:00:35[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 222,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:00:35.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:00:35[info]: [Test444]수정되였습니다.:\n09:00:35[debug]: 입력내용\n09:00:35[debug]: array (\n 'clientinfo_uid' => '4',\n 'status' => 'default',\n 'title' => 'test',\n 'amount' => '222',\n)\n09:00:35[debug]: [5/test] 입력 후 내용\n09:00:35[debug]: array (\n 'clientinfo_uid' => '4',\n 'status' => 'default',\n 'title' => 'test',\n 'amount' => '222',\n 'uid' => 5,\n)\n09:00:35[info]: [test]생성되었습니다.:','default','2025-06-20 00:00:35'),(70,1,'Customer/Coupon','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:28:07[debug]: [4/Test444] 변경 전 내용\n09:28:07[debug]: array (\n 'coupon_balance' => 1222,\n)\n09:28:07[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 222,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:00:35.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:28:07[debug]: [4/Test444] 변경 후 내용\n09:28:07[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 1222,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:28:07.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:28:07[info]: [Test444]수정되였습니다.:\n09:28:07[debug]: 입력내용\n09:28:07[debug]: array (\n 'clientinfo_uid' => '4',\n 'status' => 'default',\n 'title' => 'test222',\n 'amount' => '1000',\n)\n09:28:07[debug]: [6/test222] 입력 후 내용\n09:28:07[debug]: array (\n 'clientinfo_uid' => '4',\n 'status' => 'default',\n 'title' => 'test222',\n 'amount' => '1000',\n 'uid' => 6,\n)\n09:28:07[info]: [test222]생성되었습니다.:','default','2025-06-20 00:28:07'),(71,1,'Customer/Coupon','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:28:39[debug]: [4/Test444] 변경 전 내용\n09:28:39[debug]: array (\n 'coupon_balance' => 1223,\n)\n09:28:39[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 1222,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:28:07.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:28:39[debug]: [4/Test444] 변경 후 내용\n09:28:39[debug]: array (\n 'uid' => '4',\n 'role' => 'user',\n 'name' => 'Test444',\n 'phone' => '4444',\n 'email' => 'test444@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 1223,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:28:39.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-29 15:08:17.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:28:39[info]: [Test444]수정되였습니다.:\n09:28:39[debug]: [3/test111] 변경 전 내용\n09:28:39[debug]: array (\n 'clientinfo_uid' => '4',\n 'status' => 'default',\n 'title' => 'test111',\n 'amount' => '1',\n)\n09:28:39[debug]: array (\n 'uid' => '3',\n 'clientinfo_uid' => '4',\n 'title' => 'test111',\n 'amount' => '10',\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 08:57:35.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:28:39[debug]: [3/test111] 변경 후 내용\n09:28:39[debug]: array (\n 'uid' => '3',\n 'clientinfo_uid' => '4',\n 'title' => 'test111',\n 'amount' => '1',\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:28:39.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 08:57:35.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:28:39[info]: [test111]수정되였습니다.:','default','2025-06-20 00:28:39'),(72,1,'Customer/Coupon','getResultFail','Undefined array key \"clientinfo_uid\"','09:28:54[debug]: Undefined array key "clientinfo_uid"','default','2025-06-20 00:28:54'),(73,1,'Customer/Coupon','getResultFail','Undefined array key \"clientinfo_uid\"','09:29:27[debug]: Undefined array key "clientinfo_uid"','default','2025-06-20 00:29:27'),(74,1,'Customer/Point','getResultFail','변경할 조건항목을 선택하셔야합니다.','09:36:08[debug]: 변경할 조건항목을 선택하셔야합니다.','default','2025-06-20 00:36:08'),(75,1,'Customer/Client','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:41:10[debug]: 입력내용\n09:41:10[debug]: array (\n 'name' => 'Test5555',\n 'email' => 'test555@test.co.kr',\n 'phone' => '234-234',\n 'role' => 'user,vip',\n)\n09:41:10[debug]: [5/Test5555] 입력 후 내용\n09:41:10[debug]: array (\n 'name' => 'Test5555',\n 'email' => 'test555@test.co.kr',\n 'phone' => '234-234',\n 'role' => 'user,vip',\n 'uid' => 5,\n)\n09:41:10[info]: [Test5555]생성되었습니다.:','default','2025-06-20 00:41:10'),(76,1,'Customer/Account','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:41:39[debug]: [5/Test5555] 변경 전 내용\n09:41:39[debug]: array (\n 'account_balance' => 10000,\n)\n09:41:39[debug]: array (\n 'uid' => '5',\n 'role' => 'user,vip',\n 'name' => 'Test5555',\n 'phone' => '234-234',\n 'email' => 'test555@test.co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:10.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:41:39[debug]: [5/Test5555] 변경 후 내용\n09:41:39[debug]: array (\n 'uid' => '5',\n 'role' => 'user,vip',\n 'name' => 'Test5555',\n 'phone' => '234-234',\n 'email' => 'test555@test.co.kr',\n 'account_balance' => 10000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:39.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:10.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:41:39[info]: [Test5555]수정되였습니다.:\n09:41:39[debug]: 입력내용\n09:41:39[debug]: array (\n 'clientinfo_uid' => '5',\n 'status' => 'default',\n 'alias' => 'test555',\n 'title' => 'test1',\n 'amount' => '10000',\n)\n09:41:39[debug]: [4/test1] 입력 후 내용\n09:41:39[debug]: array (\n 'clientinfo_uid' => '5',\n 'status' => 'default',\n 'alias' => 'test555',\n 'title' => 'test1',\n 'amount' => '10000',\n 'uid' => 4,\n)\n09:41:39[info]: [test1]생성되었습니다.:','default','2025-06-20 00:41:39'),(77,1,'Customer/Account','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:41:56[debug]: [5/Test5555] 변경 전 내용\n09:41:56[debug]: array (\n 'account_balance' => 40000,\n)\n09:41:56[debug]: array (\n 'uid' => '5',\n 'role' => 'user,vip',\n 'name' => 'Test5555',\n 'phone' => '234-234',\n 'email' => 'test555@test.co.kr',\n 'account_balance' => 10000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:39.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:10.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:41:56[debug]: [5/Test5555] 변경 후 내용\n09:41:56[debug]: array (\n 'uid' => '5',\n 'role' => 'user,vip',\n 'name' => 'Test5555',\n 'phone' => '234-234',\n 'email' => 'test555@test.co.kr',\n 'account_balance' => 40000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:56.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:10.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:41:56[info]: [Test5555]수정되였습니다.:\n09:41:56[debug]: 입력내용\n09:41:56[debug]: array (\n 'clientinfo_uid' => '5',\n 'status' => 'default',\n 'alias' => 'test5555',\n 'title' => 'test2',\n 'amount' => '30000',\n)\n09:41:56[debug]: [5/test2] 입력 후 내용\n09:41:56[debug]: array (\n 'clientinfo_uid' => '5',\n 'status' => 'default',\n 'alias' => 'test5555',\n 'title' => 'test2',\n 'amount' => '30000',\n 'uid' => 5,\n)\n09:41:56[info]: [test2]생성되었습니다.:','default','2025-06-20 00:41:56'),(78,1,'Customer/Account','getResultFail','예치금[40000]이 출금액:200000보다 부족합니다.','09:42:14[debug]: 예치금[40000]이 출금액:200000보다 부족합니다.','default','2025-06-20 00:42:14'),(79,1,'Customer/Account','getResultFail','Undefined array key \"status\"','09:42:14[debug]: Undefined array key "status"','default','2025-06-20 00:42:14'),(80,1,'Customer/Account','getResultFail','예치금[40000]이 출금액:54555555보다 부족합니다.','09:43:59[debug]: 예치금[40000]이 출금액:54555555보다 부족합니다.','default','2025-06-20 00:43:59'),(81,1,'Customer/Account','getResultFail','Undefined array key \"status\"','09:43:59[debug]: Undefined array key "status"','default','2025-06-20 00:43:59'),(82,1,'Customer/Account','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:44:36[debug]: [5/Test5555] 변경 전 내용\n09:44:36[debug]: array (\n 'account_balance' => 484444,\n)\n09:44:36[debug]: array (\n 'uid' => '5',\n 'role' => 'user,vip',\n 'name' => 'Test5555',\n 'phone' => '234-234',\n 'email' => 'test555@test.co.kr',\n 'account_balance' => 40000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:56.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:10.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:44:36[debug]: [5/Test5555] 변경 후 내용\n09:44:36[debug]: array (\n 'uid' => '5',\n 'role' => 'user,vip',\n 'name' => 'Test5555',\n 'phone' => '234-234',\n 'email' => 'test555@test.co.kr',\n 'account_balance' => 484444,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:44:36.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:10.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:44:36[info]: [Test5555]수정되였습니다.:\n09:44:36[debug]: 입력내용\n09:44:36[debug]: array (\n 'clientinfo_uid' => '5',\n 'status' => 'default',\n 'alias' => 'test55555',\n 'title' => 'test3',\n 'amount' => '444444',\n)\n09:44:36[debug]: [6/test3] 입력 후 내용\n09:44:36[debug]: array (\n 'clientinfo_uid' => '5',\n 'status' => 'default',\n 'alias' => 'test55555',\n 'title' => 'test3',\n 'amount' => '444444',\n 'uid' => 6,\n)\n09:44:36[info]: [test3]생성되었습니다.:','default','2025-06-20 00:44:36'),(83,1,'Customer/Account','getResultFail','예치금[484444]이 출금액:234234234보다 부족합니다.','09:44:54[debug]: 예치금[484444]이 출금액:234234234보다 부족합니다.','default','2025-06-20 00:44:54'),(84,1,'Customer/Account','getResultFail','Undefined array key \"status\"','09:44:54[debug]: Undefined array key "status"','default','2025-06-20 00:44:54'),(85,1,'Customer/Account','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:49:23[debug]: [5/Test5555] 변경 전 내용\n09:49:23[debug]: array (\n 'account_balance' => 2334718678,\n)\n09:49:23[debug]: array (\n 'uid' => '5',\n 'role' => 'user,vip',\n 'name' => 'Test5555',\n 'phone' => '234-234',\n 'email' => 'test555@test.co.kr',\n 'account_balance' => 484444,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:44:36.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:10.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:49:23[debug]: [5/Test5555] 변경 후 내용\n09:49:23[debug]: array (\n 'uid' => '5',\n 'role' => 'user,vip',\n 'name' => 'Test5555',\n 'phone' => '234-234',\n 'email' => 'test555@test.co.kr',\n 'account_balance' => 2334718678,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:49:23.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:41:10.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:49:23[info]: [Test5555]수정되였습니다.:\n09:49:23[debug]: 입력내용\n09:49:23[debug]: array (\n 'clientinfo_uid' => '5',\n 'status' => 'default',\n 'alias' => 'test5555',\n 'title' => 'test4',\n 'amount' => '2334234234',\n)\n09:49:23[debug]: [7/test4] 입력 후 내용\n09:49:23[debug]: array (\n 'clientinfo_uid' => '5',\n 'status' => 'default',\n 'alias' => 'test5555',\n 'title' => 'test4',\n 'amount' => '2334234234',\n 'uid' => 7,\n)\n09:49:23[info]: [test4]생성되었습니다.:','default','2025-06-20 00:49:23'),(86,1,'Customer/Client','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:51:01[debug]: 입력내용\n09:51:01[debug]: array (\n 'name' => 'Test666',\n 'email' => 'test666@test.co.kr',\n 'phone' => '234234',\n 'role' => 'user,reseller',\n)\n09:51:01[debug]: [6/Test666] 입력 후 내용\n09:51:01[debug]: array (\n 'name' => 'Test666',\n 'email' => 'test666@test.co.kr',\n 'phone' => '234234',\n 'role' => 'user,reseller',\n 'uid' => 6,\n)\n09:51:01[info]: [Test666]생성되었습니다.:','default','2025-06-20 00:51:01'),(87,1,'Customer/Account','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:51:46[debug]: [6/Test666] 변경 전 내용\n09:51:46[debug]: array (\n 'account_balance' => 10000,\n)\n09:51:46[debug]: array (\n 'uid' => '6',\n 'role' => 'user,reseller',\n 'name' => 'Test666',\n 'phone' => '234234',\n 'email' => 'test666@test.co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:01.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:51:46[debug]: [6/Test666] 변경 후 내용\n09:51:46[debug]: array (\n 'uid' => '6',\n 'role' => 'user,reseller',\n 'name' => 'Test666',\n 'phone' => '234234',\n 'email' => 'test666@test.co.kr',\n 'account_balance' => 10000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:46.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:01.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:51:46[info]: [Test666]수정되였습니다.:\n09:51:46[debug]: 입력내용\n09:51:46[debug]: array (\n 'clientinfo_uid' => '6',\n 'status' => 'default',\n 'alias' => 'Test666',\n 'title' => 'test1',\n 'amount' => '10000',\n)\n09:51:46[debug]: [8/test1] 입력 후 내용\n09:51:46[debug]: array (\n 'clientinfo_uid' => '6',\n 'status' => 'default',\n 'alias' => 'Test666',\n 'title' => 'test1',\n 'amount' => '10000',\n 'uid' => 8,\n)\n09:51:46[info]: [test1]생성되었습니다.:','default','2025-06-20 00:51:46'),(88,1,'Customer/Account','getResultSuccess','작업이 성공적으로 완료되었습니다.','09:51:59[debug]: [6/Test666] 변경 전 내용\n09:51:59[debug]: array (\n 'account_balance' => 30000,\n)\n09:51:59[debug]: array (\n 'uid' => '6',\n 'role' => 'user,reseller',\n 'name' => 'Test666',\n 'phone' => '234234',\n 'email' => 'test666@test.co.kr',\n 'account_balance' => 10000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:46.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:01.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:51:59[debug]: [6/Test666] 변경 후 내용\n09:51:59[debug]: array (\n 'uid' => '6',\n 'role' => 'user,reseller',\n 'name' => 'Test666',\n 'phone' => '234234',\n 'email' => 'test666@test.co.kr',\n 'account_balance' => 30000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:59.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:01.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n09:51:59[info]: [Test666]수정되였습니다.:\n09:51:59[debug]: 입력내용\n09:51:59[debug]: array (\n 'clientinfo_uid' => '6',\n 'status' => 'default',\n 'alias' => 'Test666',\n 'title' => 'test2',\n 'amount' => '20000',\n)\n09:51:59[debug]: [9/test2] 입력 후 내용\n09:51:59[debug]: array (\n 'clientinfo_uid' => '6',\n 'status' => 'default',\n 'alias' => 'Test666',\n 'title' => 'test2',\n 'amount' => '20000',\n 'uid' => 9,\n)\n09:51:59[info]: [test2]생성되었습니다.:','default','2025-06-20 00:51:59'),(89,1,'Customer/Account','getResultFail','예치금[30000]이 출금액:60000보다 부족합니다.','09:52:20[debug]: 예치금[30000]이 출금액:60000보다 부족합니다.','default','2025-06-20 00:52:20'),(90,1,'Customer/Account','getResultFail','Undefined array key \"status\"','09:52:20[debug]: Undefined array key "status"','default','2025-06-20 00:52:20'),(91,1,'Customer/Account','getResultFail','예치금[30000]이 출금액:100000000보다 부족합니다.','09:54:12[debug]: 예치금[30000]이 출금액:100000000보다 부족합니다.','default','2025-06-20 00:54:12'),(92,1,'Customer/Account','getResultFail','Undefined array key \"status\"','09:54:12[debug]: Undefined array key "status"','default','2025-06-20 00:54:12'),(93,1,'Customer/Account','getResultFail','예치금[30000]이 출금액:1000000보다 부족합니다.','09:55:20[debug]: 예치금[30000]이 출금액:1000000보다 부족합니다.','default','2025-06-20 00:55:20'),(94,1,'Customer/Account','getResultFail','Undefined array key \"status\"','09:55:20[debug]: Undefined array key "status"','default','2025-06-20 00:55:20'),(95,1,'Customer/Account','getResultSuccess','작업이 성공적으로 완료되었습니다.','10:00:36[debug]: [6/Test666] 변경 전 내용\n10:00:36[debug]: array (\n 'account_balance' => 10030000,\n)\n10:00:36[debug]: array (\n 'uid' => '6',\n 'role' => 'user,reseller',\n 'name' => 'Test666',\n 'phone' => '234234',\n 'email' => 'test666@test.co.kr',\n 'account_balance' => 30000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:59.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:01.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n10:00:36[debug]: [6/Test666] 변경 후 내용\n10:00:36[debug]: array (\n 'uid' => '6',\n 'role' => 'user,reseller',\n 'name' => 'Test666',\n 'phone' => '234234',\n 'email' => 'test666@test.co.kr',\n 'account_balance' => 10030000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 10:00:36.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:01.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n10:00:36[info]: [Test666]수정되였습니다.:\n10:00:36[debug]: 입력내용\n10:00:36[debug]: array (\n 'clientinfo_uid' => '6',\n 'status' => 'default',\n 'alias' => 'Test6666',\n 'title' => 'test3',\n 'amount' => '10000000',\n)\n10:00:36[debug]: [10/test3] 입력 후 내용\n10:00:36[debug]: array (\n 'clientinfo_uid' => '6',\n 'status' => 'default',\n 'alias' => 'Test6666',\n 'title' => 'test3',\n 'amount' => '10000000',\n 'uid' => 10,\n)\n10:00:36[info]: [test3]생성되었습니다.:','default','2025-06-20 01:00:36'),(96,1,'Customer/Account','getResultFail','예치금[10030000]이 출금액:100000000000000보다 부족합니다.','10:00:59[debug]: 예치금[10030000]이 출금액:100000000000000보다 부족합니다.','default','2025-06-20 01:00:59'),(97,1,'Customer/Account','getResultFail','Undefined array key \"status\"','10:00:59[debug]: Undefined array key "status"','default','2025-06-20 01:00:59'),(98,1,'Customer/Service','getResultSuccess','작업이 성공적으로 완료되었습니다.','10:03:04[debug]: [JPN150/JPN150] 변경 전 내용\n10:03:04[debug]: array (\n 'status' => 'occupied',\n)\n10:03:04[debug]: array (\n 'code' => 'JPN150',\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-10 12:53:05.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n10:03:04[debug]: [JPN150/JPN150] 변경 후 내용\n10:03:04[debug]: array (\n 'code' => 'JPN150',\n 'status' => 'occupied',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 10:03:04.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-10 12:53:05.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n10:03:04[debug]: 입력내용\n10:03:04[debug]: array (\n 'clientinfo_uid' => '5',\n 'ownerinfo_uid' => '5',\n 'type' => 'alternative',\n 'location' => 'default',\n 'switch' => 'R45P20',\n 'code' => 'JPN150',\n 'raid' => 'RAID1',\n 'billing_at' => '2025-06-21',\n 'start_at' => '2025-06-19',\n 'status' => 'default',\n)\n10:03:04[debug]: [4/S4] 입력 후 내용\n10:03:04[debug]: array (\n 'clientinfo_uid' => '5',\n 'ownerinfo_uid' => '5',\n 'type' => 'alternative',\n 'location' => 'default',\n 'switch' => 'R45P20',\n 'code' => 'JPN150',\n 'raid' => 'RAID1',\n 'billing_at' => '2025-06-21',\n 'start_at' => '2025-06-19',\n 'status' => 'default',\n 'uid' => 4,\n)\n10:03:04[info]: [S4]생성되었습니다.:','default','2025-06-20 01:03:04'),(99,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','10:03:42[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-20 01:03:42'),(100,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','10:03:42[debug]: Undefined array key "billing_cycle"','default','2025-06-20 01:03:42'),(101,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','10:04:21[debug]: 입력내용\n10:04:21[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'IP',\n 'item_uid' => '19',\n 'billing_cycle' => 'month',\n 'price' => '100000',\n 'amount' => '50000',\n 'start_at' => '2025-06-19',\n 'status' => 'default',\n)\n10:04:21[debug]: [69/IP] 입력 후 내용\n10:04:21[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'IP',\n 'item_uid' => 19,\n 'billing_cycle' => 'month',\n 'price' => 100000,\n 'amount' => 50000,\n 'start_at' => '2025-06-19',\n 'status' => 'default',\n 'uid' => 69,\n)\n10:04:21[info]: [IP]생성되었습니다.:\n10:04:21[debug]: 입력내용\n10:04:21[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'IP',\n 'item_uid' => 19,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n)\n10:04:21[debug]: [70/IP] 입력 후 내용\n10:04:21[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'IP',\n 'item_uid' => 19,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n 'uid' => 70,\n)\n10:04:21[info]: [IP]생성되었습니다.:','default','2025-06-20 01:04:21'),(102,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','10:07:25[debug]: 입력내용\n10:07:25[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'IP',\n 'item_uid' => '3',\n 'billing_cycle' => 'onetime',\n 'price' => '100000',\n 'amount' => '50000',\n 'start_at' => '2025-06-20',\n 'status' => 'default',\n)\n10:07:25[debug]: [70/IP] 입력 후 내용\n10:07:25[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'IP',\n 'item_uid' => 3,\n 'billing_cycle' => 'onetime',\n 'price' => 100000,\n 'amount' => 50000,\n 'start_at' => '2025-06-20',\n 'status' => 'default',\n 'uid' => 70,\n)\n10:07:25[info]: [IP]생성되었습니다.:\n10:07:25[debug]: 입력내용\n10:07:25[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'IP',\n 'item_uid' => 3,\n 'billing_cycle' => 'onetime',\n 'amount' => 50000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n)\n10:07:25[debug]: [71/IP] 입력 후 내용\n10:07:25[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'IP',\n 'item_uid' => 3,\n 'billing_cycle' => 'onetime',\n 'amount' => 50000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n 'uid' => 71,\n)\n10:07:25[info]: [IP]생성되었습니다.:','default','2025-06-20 01:07:25'),(103,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','10:10:03[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-20 01:10:03'),(104,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','10:10:03[debug]: Undefined array key "billing_cycle"','default','2025-06-20 01:10:03'),(105,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','10:10:34[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-20 01:10:34'),(106,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','10:10:34[debug]: Undefined array key "billing_cycle"','default','2025-06-20 01:10:34'),(107,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','10:10:51[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-20 01:10:51'),(108,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','10:10:51[debug]: Undefined array key "billing_cycle"','default','2025-06-20 01:10:51'),(109,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','10:11:10[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-20 01:11:10'),(110,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','10:11:10[debug]: Undefined array key "billing_cycle"','default','2025-06-20 01:11:10'),(111,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','10:11:35[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-20 01:11:35'),(112,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','10:11:35[debug]: Undefined array key "billing_cycle"','default','2025-06-20 01:11:35'),(113,1,'Customer/ServiceItem','getResultFail','Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','10:12:23[debug]: Customer/ServiceItem 작업 데이터 검증 오류발생\nThe item_uid field is required.','default','2025-06-20 01:12:23'),(114,1,'Customer/ServiceItem','getResultFail','Undefined array key \"billing_cycle\"','10:12:23[debug]: Undefined array key "billing_cycle"','default','2025-06-20 01:12:23'),(115,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','10:12:47[debug]: 입력내용\n10:12:47[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'STORAGE',\n 'item_uid' => '1',\n 'billing_cycle' => 'onetime',\n 'price' => '100000',\n 'amount' => '50000',\n 'start_at' => '2025-06-20',\n 'status' => 'default',\n)\n10:12:47[debug]: [71/STORAGE] 입력 후 내용\n10:12:47[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'STORAGE',\n 'item_uid' => 1,\n 'billing_cycle' => 'onetime',\n 'price' => 100000,\n 'amount' => 50000,\n 'start_at' => '2025-06-20',\n 'status' => 'default',\n 'uid' => 71,\n)\n10:12:47[info]: [STORAGE]생성되었습니다.:\n10:12:47[debug]: 입력내용\n10:12:47[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'STORAGE',\n 'item_uid' => 1,\n 'billing_cycle' => 'onetime',\n 'amount' => 50000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n)\n10:12:48[debug]: [72/STORAGE] 입력 후 내용\n10:12:48[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'STORAGE',\n 'item_uid' => 1,\n 'billing_cycle' => 'onetime',\n 'amount' => 50000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n 'uid' => 72,\n)\n10:12:48[info]: [STORAGE]생성되었습니다.:','default','2025-06-20 01:12:48'),(116,1,'Customer/Account','getResultSuccess','작업이 성공적으로 완료되었습니다.','10:21:03[debug]: [6/Test666] 변경 전 내용\n10:21:03[debug]: array (\n 'account_balance' => 9930000,\n)\n10:21:03[debug]: array (\n 'uid' => '6',\n 'role' => 'user,reseller',\n 'name' => 'Test666',\n 'phone' => '234234',\n 'email' => 'test666@test.co.kr',\n 'account_balance' => 10030000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 10:01:54.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:01.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n10:21:03[debug]: [6/Test666] 변경 후 내용\n10:21:03[debug]: array (\n 'uid' => '6',\n 'role' => 'user,reseller',\n 'name' => 'Test666',\n 'phone' => '234234',\n 'email' => 'test666@test.co.kr',\n 'account_balance' => 9930000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 10:21:03.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 09:51:01.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n10:21:03[info]: [Test666]수정되였습니다.:\n10:21:03[debug]: 입력내용\n10:21:03[debug]: array (\n 'clientinfo_uid' => '6',\n 'status' => 'out',\n 'alias' => 'test6666',\n 'title' => 'test4',\n 'amount' => '100000',\n)\n10:21:03[debug]: [11/test4] 입력 후 내용\n10:21:03[debug]: array (\n 'clientinfo_uid' => '6',\n 'status' => 'out',\n 'alias' => 'test6666',\n 'title' => 'test4',\n 'amount' => '100000',\n 'uid' => 11,\n)\n10:21:03[info]: [test4]생성되었습니다.:','default','2025-06-20 01:21:03'),(117,1,'Customer/Account','getResultFail','예치금[9930000]이 출금액:9223372036854775807보다 부족합니다.','10:21:37[debug]: 예치금[9930000]이 출금액:9223372036854775807보다 부족합니다.','default','2025-06-20 01:21:37'),(118,1,'Customer/Account','getResultFail','예치금[9930000]이 출금액:1000000000000000000보다 부족합니다.','10:22:31[debug]: 예치금[9930000]이 출금액:1000000000000000000보다 부족합니다.','default','2025-06-20 01:22:31'),(119,1,'Customer/Account','getResultFail','Undefined array key \"status\"','10:22:31[debug]: Undefined array key "status"','default','2025-06-20 01:22:31'),(120,1,'Customer/Account','getResultFail','예치금[9930000]이 출금액:1000000000000000000보다 부족합니다.','11:02:00[debug]: 예치금[9930000]이 출금액:1000000000000000000보다 부족합니다.','default','2025-06-20 02:02:00'),(121,1,'Customer/Account','getResultFail','예치금[9930000]이 출금액:10000000000000보다 부족합니다.','11:02:51[debug]: 예치금[9930000]이 출금액:10000000000000보다 부족합니다.','default','2025-06-20 02:02:51'),(122,1,'Customer/Account','getResultFail','예치금[9930000]이 출금액:10000000000000000보다 부족합니다.','11:04:40[debug]: 예치금[9930000]이 출금액:10000000000000000보다 부족합니다.','default','2025-06-20 02:04:40'),(123,1,'Customer/Account','getResultFail','예치금[9930000]이 출금액:100000000000보다 부족합니다.','11:05:22[debug]: 예치금[9930000]이 출금액:100000000000보다 부족합니다.','default','2025-06-20 02:05:22'),(124,1,'Customer/Account','getResultFail','Undefined array key \"status\"','11:05:22[debug]: Undefined array key "status"','default','2025-06-20 02:05:22'),(125,1,'Customer/Account','getResultFail','예치금[9930000]이 출금액:1000000000000000보다 부족합니다.','11:06:38[debug]: 예치금[9930000]이 출금액:1000000000000000보다 부족합니다.','default','2025-06-20 02:06:38'),(126,1,'Customer/Account','getResultFail','Undefined array key \"status\"','11:06:38[debug]: Undefined array key "status"','default','2025-06-20 02:06:38'),(127,1,'Customer/Client','getResultFail','Customer/Client 작업 데이터 검증 오류발생\nThe role field is required.','11:07:26[debug]: Customer/Client 작업 데이터 검증 오류발생\nThe role field is required.','default','2025-06-20 02:07:26'),(128,1,'Customer/Client','getResultFail','Undefined array key \"name\"','11:07:26[debug]: Undefined array key "name"','default','2025-06-20 02:07:26'),(129,1,'User','getResultFail','User 작업 데이터 검증 오류발생\nThe id field must contain a unique value.','11:12:21[debug]: User 작업 데이터 검증 오류발생\nThe id field must contain a unique value.','default','2025-06-20 02:12:21'),(130,1,'User','getResultFail','Undefined array key \"id\"','11:12:21[debug]: Undefined array key "id"','default','2025-06-20 02:12:21'),(131,1,'User','getResultFail','User 작업 데이터 검증 오류발생\nThe id field must contain a unique value.','11:16:43[debug]: User 작업 데이터 검증 오류발생\nThe id field must contain a unique value.','default','2025-06-20 02:16:43'),(132,1,'User','getResultFail','Undefined array key \"id\"','11:16:43[debug]: Undefined array key "id"','default','2025-06-20 02:16:43'),(133,1,'User','getResultFail','User 작업 데이터 검증 오류발생\nThe id field must contain a unique value.','11:30:13[debug]: User 작업 데이터 검증 오류발생\nThe id field must contain a unique value.','default','2025-06-20 02:30:13'),(134,1,'Customer/Account','getResultFail','예치금[9930000]이 출금액:100000000000000000보다 부족합니다.','11:31:15[debug]: 예치금[9930000]이 출금액:100000000000000000보다 부족합니다.','default','2025-06-20 02:31:15'),(135,1,'Customer/ServicePayment','getResultFail','Undefined array key \"STORAGE\"','11:34:54[debug]: Undefined array key "STORAGE"','default','2025-06-20 02:34:54'),(136,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','11:57:01[debug]: 입력내용\n11:57:01[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'STORAGE',\n 'item_uid' => '2',\n 'billing_cycle' => 'onetime',\n 'price' => '100000',\n 'amount' => '50000',\n 'start_at' => '2025-06-20',\n 'status' => 'default',\n)\n11:57:01[debug]: [72/STORAGE] 입력 후 내용\n11:57:01[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'STORAGE',\n 'item_uid' => 2,\n 'billing_cycle' => 'onetime',\n 'price' => 100000,\n 'amount' => 50000,\n 'start_at' => '2025-06-20',\n 'status' => 'default',\n 'uid' => 72,\n)\n11:57:01[info]: [STORAGE]생성되었습니다.:\n11:57:01[debug]: 입력내용\n11:57:01[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'STORAGE',\n 'item_uid' => 2,\n 'billing_cycle' => 'onetime',\n 'amount' => 50000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n)\n11:57:01[debug]: [73/STORAGE] 입력 후 내용\n11:57:01[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'STORAGE',\n 'item_uid' => 2,\n 'billing_cycle' => 'onetime',\n 'amount' => 50000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n 'uid' => 73,\n)\n11:57:01[info]: [STORAGE]생성되었습니다.:','default','2025-06-20 02:57:01'),(137,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','12:11:36[debug]: 입력내용\n12:11:36[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'RAM',\n 'item_uid' => '2',\n 'billing_cycle' => 'month',\n 'price' => '10000',\n 'amount' => '5000',\n 'start_at' => '2025-06-19',\n 'status' => 'default',\n)\n12:11:36[debug]: [73/RAM] 입력 후 내용\n12:11:36[debug]: array (\n 'serviceinfo_uid' => '4',\n 'item_type' => 'RAM',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'price' => 10000,\n 'amount' => 5000,\n 'start_at' => '2025-06-19',\n 'status' => 'default',\n 'uid' => 73,\n)\n12:11:36[info]: [RAM]생성되었습니다.:\n12:11:36[debug]: 입력내용\n12:11:36[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'RAM',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 5000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n)\n12:11:36[debug]: [74/RAM] 입력 후 내용\n12:11:36[debug]: array (\n 'serviceinfo_uid' => 4,\n 'ownerinfo_uid' => 5,\n 'item_type' => 'RAM',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 5000,\n 'billing_at' => '2025-06-21',\n 'issue_at' => '2025-06-20',\n 'uid' => 74,\n)\n12:11:36[info]: [RAM]생성되었습니다.:','default','2025-06-20 03:11:36'),(138,1,'Customer/Service','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:45:04[debug]: [XP250/XP250] 변경 전 내용\n13:45:04[debug]: array (\n 'status' => 'occupied',\n)\n13:45:04[debug]: array (\n 'code' => 'XP250',\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-10 12:53:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n13:45:04[debug]: [XP250/XP250] 변경 후 내용\n13:45:04[debug]: array (\n 'code' => 'XP250',\n 'status' => 'occupied',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-20 13:45:04.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-06-10 12:53:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n13:45:04[debug]: 입력내용\n13:45:04[debug]: array (\n 'clientinfo_uid' => '6',\n 'ownerinfo_uid' => '6',\n 'type' => 'test',\n 'location' => 'tokyo',\n 'switch' => 'R45P20',\n 'code' => 'XP250',\n 'raid' => 'RAID5',\n 'billing_at' => '2025-06-25',\n 'start_at' => '2025-06-11',\n 'status' => 'default',\n)\n13:45:04[debug]: [5/S5] 입력 후 내용\n13:45:04[debug]: array (\n 'clientinfo_uid' => '6',\n 'ownerinfo_uid' => '6',\n 'type' => 'test',\n 'location' => 'tokyo',\n 'switch' => 'R45P20',\n 'code' => 'XP250',\n 'raid' => 'RAID5',\n 'billing_at' => '2025-06-25',\n 'start_at' => '2025-06-11',\n 'status' => 'default',\n 'uid' => 5,\n)\n13:45:04[info]: [S5]생성되었습니다.:','default','2025-06-20 04:45:04'),(139,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:45:38[debug]: 입력내용\n13:45:38[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'IP',\n 'item_uid' => '12',\n 'billing_cycle' => 'month',\n 'price' => '50000',\n 'amount' => '40000',\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n)\n13:45:38[debug]: [74/IP] 입력 후 내용\n13:45:38[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'IP',\n 'item_uid' => 12,\n 'billing_cycle' => 'month',\n 'price' => 50000,\n 'amount' => 40000,\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n 'uid' => 74,\n)\n13:45:38[info]: [IP]생성되었습니다.:\n13:45:38[debug]: 입력내용\n13:45:38[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'IP',\n 'item_uid' => 12,\n 'billing_cycle' => 'month',\n 'amount' => 40000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n)\n13:45:38[debug]: [75/IP] 입력 후 내용\n13:45:38[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'IP',\n 'item_uid' => 12,\n 'billing_cycle' => 'month',\n 'amount' => 40000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n 'uid' => 75,\n)\n13:45:38[info]: [IP]생성되었습니다.:','default','2025-06-20 04:45:38'),(140,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:46:07[debug]: 입력내용\n13:46:07[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'LINE',\n 'item_uid' => '8',\n 'billing_cycle' => 'month',\n 'price' => '100000',\n 'amount' => '100000',\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n)\n13:46:07[debug]: [75/LINE] 입력 후 내용\n13:46:07[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'LINE',\n 'item_uid' => 8,\n 'billing_cycle' => 'month',\n 'price' => 100000,\n 'amount' => 100000,\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n 'uid' => 75,\n)\n13:46:07[info]: [LINE]생성되었습니다.:\n13:46:07[debug]: 입력내용\n13:46:07[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'LINE',\n 'item_uid' => 8,\n 'billing_cycle' => 'month',\n 'amount' => 100000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n)\n13:46:07[debug]: [76/LINE] 입력 후 내용\n13:46:07[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'LINE',\n 'item_uid' => 8,\n 'billing_cycle' => 'month',\n 'amount' => 100000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n 'uid' => 76,\n)\n13:46:07[info]: [LINE]생성되었습니다.:','default','2025-06-20 04:46:07'),(141,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:46:35[debug]: 입력내용\n13:46:35[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'SERVER',\n 'item_uid' => '5',\n 'billing_cycle' => 'month',\n 'price' => '200000',\n 'amount' => '150000',\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n)\n13:46:35[debug]: [76/SERVER] 입력 후 내용\n13:46:35[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'SERVER',\n 'item_uid' => 5,\n 'billing_cycle' => 'month',\n 'price' => 200000,\n 'amount' => 150000,\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n 'uid' => 76,\n)\n13:46:35[info]: [SERVER]생성되었습니다.:\n13:46:35[debug]: 입력내용\n13:46:35[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'SERVER',\n 'item_uid' => 5,\n 'billing_cycle' => 'month',\n 'amount' => 150000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n)\n13:46:35[debug]: [77/SERVER] 입력 후 내용\n13:46:35[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'SERVER',\n 'item_uid' => 5,\n 'billing_cycle' => 'month',\n 'amount' => 150000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n 'uid' => 77,\n)\n13:46:35[info]: [SERVER]생성되었습니다.:','default','2025-06-20 04:46:35'),(142,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:47:01[debug]: 입력내용\n13:47:01[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'CPU',\n 'item_uid' => '2',\n 'billing_cycle' => 'month',\n 'price' => '50000',\n 'amount' => '50000',\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n)\n13:47:01[debug]: [77/CPU] 입력 후 내용\n13:47:01[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'CPU',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'price' => 50000,\n 'amount' => 50000,\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n 'uid' => 77,\n)\n13:47:01[info]: [CPU]생성되었습니다.:\n13:47:01[debug]: 입력내용\n13:47:01[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'CPU',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n)\n13:47:01[debug]: [78/CPU] 입력 후 내용\n13:47:01[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'CPU',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n 'uid' => 78,\n)\n13:47:01[info]: [CPU]생성되었습니다.:','default','2025-06-20 04:47:01'),(143,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:47:20[debug]: 입력내용\n13:47:20[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'CPU',\n 'item_uid' => '2',\n 'billing_cycle' => 'month',\n 'price' => '50000',\n 'amount' => '50000',\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n)\n13:47:20[debug]: [78/CPU] 입력 후 내용\n13:47:20[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'CPU',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'price' => 50000,\n 'amount' => 50000,\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n 'uid' => 78,\n)\n13:47:20[info]: [CPU]생성되었습니다.:\n13:47:20[debug]: 입력내용\n13:47:20[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'CPU',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n)\n13:47:20[debug]: [79/CPU] 입력 후 내용\n13:47:20[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'CPU',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n 'uid' => 79,\n)\n13:47:20[info]: [CPU]생성되었습니다.:','default','2025-06-20 04:47:20'),(144,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:47:47[debug]: 입력내용\n13:47:47[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'RAM',\n 'item_uid' => '2',\n 'billing_cycle' => 'month',\n 'price' => '50000',\n 'amount' => '50000',\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n)\n13:47:47[debug]: [79/RAM] 입력 후 내용\n13:47:47[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'RAM',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'price' => 50000,\n 'amount' => 50000,\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n 'uid' => 79,\n)\n13:47:47[info]: [RAM]생성되었습니다.:\n13:47:47[debug]: 입력내용\n13:47:47[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'RAM',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n)\n13:47:47[debug]: [80/RAM] 입력 후 내용\n13:47:47[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'RAM',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n 'uid' => 80,\n)\n13:47:47[info]: [RAM]생성되었습니다.:','default','2025-06-20 04:47:47'),(145,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:48:09[debug]: 입력내용\n13:48:09[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'RAM',\n 'item_uid' => '2',\n 'billing_cycle' => 'month',\n 'price' => '50000',\n 'amount' => '50000',\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n)\n13:48:09[debug]: [80/RAM] 입력 후 내용\n13:48:09[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'RAM',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'price' => 50000,\n 'amount' => 50000,\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n 'uid' => 80,\n)\n13:48:09[info]: [RAM]생성되었습니다.:\n13:48:09[debug]: 입력내용\n13:48:09[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'RAM',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n)\n13:48:09[debug]: [81/RAM] 입력 후 내용\n13:48:09[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'RAM',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 50000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n 'uid' => 81,\n)\n13:48:09[info]: [RAM]생성되었습니다.:','default','2025-06-20 04:48:09'),(146,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:48:37[debug]: 입력내용\n13:48:37[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'STORAGE',\n 'item_uid' => '1',\n 'billing_cycle' => 'month',\n 'price' => '100000',\n 'amount' => '100000',\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n)\n13:48:37[debug]: [81/STORAGE] 입력 후 내용\n13:48:37[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'STORAGE',\n 'item_uid' => 1,\n 'billing_cycle' => 'month',\n 'price' => 100000,\n 'amount' => 100000,\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n 'uid' => 81,\n)\n13:48:37[info]: [STORAGE]생성되었습니다.:\n13:48:37[debug]: 입력내용\n13:48:37[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'STORAGE',\n 'item_uid' => 1,\n 'billing_cycle' => 'month',\n 'amount' => 100000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n)\n13:48:37[debug]: [82/STORAGE] 입력 후 내용\n13:48:37[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'STORAGE',\n 'item_uid' => 1,\n 'billing_cycle' => 'month',\n 'amount' => 100000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n 'uid' => 82,\n)\n13:48:37[info]: [STORAGE]생성되었습니다.:','default','2025-06-20 04:48:37'),(147,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','13:49:13[debug]: 입력내용\n13:49:13[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'SOFTWARE',\n 'item_uid' => '3',\n 'billing_cycle' => 'onetime',\n 'price' => '10000',\n 'amount' => '10000',\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n)\n13:49:13[debug]: [82/SOFTWARE] 입력 후 내용\n13:49:13[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'SOFTWARE',\n 'item_uid' => 3,\n 'billing_cycle' => 'onetime',\n 'price' => 10000,\n 'amount' => 10000,\n 'start_at' => '2025-06-09',\n 'status' => 'default',\n 'uid' => 82,\n)\n13:49:13[info]: [SOFTWARE]생성되었습니다.:\n13:49:13[debug]: 입력내용\n13:49:13[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'SOFTWARE',\n 'item_uid' => 3,\n 'billing_cycle' => 'onetime',\n 'amount' => 10000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n)\n13:49:13[debug]: [83/SOFTWARE] 입력 후 내용\n13:49:13[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'SOFTWARE',\n 'item_uid' => 3,\n 'billing_cycle' => 'onetime',\n 'amount' => 10000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-20',\n 'uid' => 83,\n)\n13:49:13[info]: [SOFTWARE]생성되었습니다.:','default','2025-06-20 04:49:13'),(148,1,'Customer/ServiceItem','getResultSuccess','작업이 성공적으로 완료되었습니다.','11:00:31[debug]: 입력내용\n11:00:31[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'DEFENCE',\n 'item_uid' => '2',\n 'billing_cycle' => 'month',\n 'price' => '200000',\n 'amount' => '200000',\n 'start_at' => '2025-06-20',\n 'status' => 'default',\n)\n11:00:31[debug]: [83/DEFENCE] 입력 후 내용\n11:00:31[debug]: array (\n 'serviceinfo_uid' => '5',\n 'item_type' => 'DEFENCE',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'price' => 200000,\n 'amount' => 200000,\n 'start_at' => '2025-06-20',\n 'status' => 'default',\n 'uid' => 83,\n)\n11:00:31[info]: [DEFENCE]생성되었습니다.:\n11:00:31[debug]: 입력내용\n11:00:31[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'DEFENCE',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 200000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-23',\n)\n11:00:31[debug]: [84/DEFENCE] 입력 후 내용\n11:00:31[debug]: array (\n 'serviceinfo_uid' => 5,\n 'ownerinfo_uid' => 6,\n 'item_type' => 'DEFENCE',\n 'item_uid' => 2,\n 'billing_cycle' => 'month',\n 'amount' => 200000,\n 'billing_at' => '2025-06-25',\n 'issue_at' => '2025-06-23',\n 'uid' => 84,\n)\n11:00:31[info]: [DEFENCE]생성되었습니다.:','default','2025-06-23 02:00:31'); /*!40000 ALTER TABLE `logger` ENABLE KEYS */; UNLOCK TABLES; @@ -517,6 +518,7 @@ CREATE TABLE `serviceinfo` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `clientinfo_uid` int(11) NOT NULL, `ownerinfo_uid` int(11) NOT NULL, + `user_uid` int(11) NOT NULL COMMENT '관리자정보', `switch` varchar(20) NOT NULL, `code` varchar(20) NOT NULL, `location` varchar(20) DEFAULT NULL, @@ -529,8 +531,10 @@ CREATE TABLE `serviceinfo` ( `created_at` timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`uid`), KEY `FK_clientinfo_TO_serviceinfo` (`clientinfo_uid`), - CONSTRAINT `FK_clientinfo_TO_serviceinfo` FOREIGN KEY (`clientinfo_uid`) REFERENCES `clientinfo` (`uid`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='서비스정보'; + KEY `FK_user_TO_serviceinfo` (`user_uid`), + CONSTRAINT `FK_clientinfo_TO_serviceinfo` FOREIGN KEY (`clientinfo_uid`) REFERENCES `clientinfo` (`uid`), + CONSTRAINT `FK_user_TO_serviceinfo` FOREIGN KEY (`user_uid`) REFERENCES `user` (`uid`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='서비스정보'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -539,7 +543,7 @@ CREATE TABLE `serviceinfo` ( LOCK TABLES `serviceinfo` WRITE; /*!40000 ALTER TABLE `serviceinfo` DISABLE KEYS */; -INSERT INTO `serviceinfo` VALUES (1,1,1,'R45P20','MP370','tokyo','defence','RAID1','2025-06-25','2025-06-02','default','2025-06-10 10:20:51','2025-06-02 03:37:30'),(2,2,3,'R45P20','JPN130','default','default','default','2025-06-25','2025-06-04','default','2025-06-10 08:11:11','2025-06-09 08:23:13'),(3,4,4,'R35P10','XP240','default','dedicated','RAID5','2025-06-25','2025-06-04','default',NULL,'2025-06-11 08:20:37'); +INSERT INTO `serviceinfo` VALUES (1,1,1,1,'R45P20','MP370','tokyo','defence','RAID1','2025-07-18','2025-06-02','default','2025-06-10 10:20:51','2025-06-02 03:37:30'),(2,2,3,1,'R45P20','JPN130','default','default','default','2025-07-18','2025-06-04','default','2025-06-10 08:11:11','2025-06-09 08:23:13'),(3,4,4,1,'R35P10','XP240','default','dedicated','RAID5','2025-07-18','2025-06-04','default',NULL,'2025-06-11 08:20:37'),(4,5,5,1,'R45P20','JPN150','default','alternative','RAID1','2025-06-21','2025-06-19','default',NULL,'2025-06-20 01:03:04'),(5,6,6,1,'R45P20','XP250','tokyo','test','RAID5','2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:45:04'); /*!40000 ALTER TABLE `serviceinfo` ENABLE KEYS */; UNLOCK TABLES; @@ -596,7 +600,7 @@ CREATE TABLE `serviceinfo_items` ( PRIMARY KEY (`uid`), KEY `FK_serviceinfo_TO_serviceinfo_items` (`serviceinfo_uid`), CONSTRAINT `FK_serviceinfo_TO_serviceinfo_items` FOREIGN KEY (`serviceinfo_uid`) REFERENCES `serviceinfo` (`uid`) -) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8 COMMENT='서비스Item정보'; +) ENGINE=InnoDB AUTO_INCREMENT=84 DEFAULT CHARSET=utf8 COMMENT='서비스Item정보'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -605,7 +609,7 @@ CREATE TABLE `serviceinfo_items` ( LOCK TABLES `serviceinfo_items` WRITE; /*!40000 ALTER TABLE `serviceinfo_items` DISABLE KEYS */; -INSERT INTO `serviceinfo_items` VALUES (1,1,'LINE',8,'month',1000000,500000,'2025-06-11','default','2025-06-03 06:04:25','2025-06-02 07:19:58'),(2,1,'IP',12,'month',50000,40000,'2025-06-13','default',NULL,'2025-06-02 07:28:27'),(3,1,'IP',11,'month',50000,40000,'2025-06-13','default',NULL,'2025-06-02 07:28:57'),(4,1,'SERVER',3,'month',150000,100000,'2025-06-13','default','2025-06-09 06:06:43','2025-06-02 07:35:12'),(5,1,'CPU',1,'month',50000,40000,'2025-06-13','default',NULL,'2025-06-02 07:36:08'),(6,1,'CPU',1,'month',50000,40000,'2025-06-20','reservation','2025-06-04 00:40:06','2025-06-02 07:36:49'),(7,1,'RAM',2,'onetime',2000,2000,'2025-06-13','default',NULL,'2025-06-02 07:42:56'),(8,1,'RAM',2,'onetime',2000,2000,'2025-06-13','default',NULL,'2025-06-02 07:43:27'),(9,1,'STORAGE',1,'month',100000,50000,'2025-06-13','default',NULL,'2025-06-02 08:11:10'),(10,1,'STORAGE',1,'onetime',100000,100000,'2025-06-25','reservation',NULL,'2025-06-02 08:11:50'),(11,1,'SOFTWARE',1,'onetime',10000,10000,'2025-06-13','default',NULL,'2025-06-02 08:12:55'),(12,1,'SOFTWARE',4,'month',10000,10000,'2025-06-13','default',NULL,'2025-06-02 08:13:40'),(13,1,'SOFTWARE',5,'month',5000,5000,'2025-06-25','reservation',NULL,'2025-06-02 08:14:12'),(14,1,'DEFENCE',3,'month',50000,50000,'2025-06-13','default',NULL,'2025-06-02 08:14:43'),(15,1,'RAM',4,'onetime',4000,2000,'2025-06-20','reservation',NULL,'2025-06-03 07:12:04'),(17,2,'LINE',8,'month',200000,150000,'2025-06-11','default',NULL,'2025-06-09 08:28:10'),(18,2,'IP',16,'month',50000,40000,'2025-06-11','default','2025-06-09 08:38:19','2025-06-09 08:38:01'),(19,2,'SERVER',5,'month',250000,200000,'2025-06-11','default',NULL,'2025-06-09 08:39:51'),(20,2,'CPU',2,'month',100000,100000,'2025-06-11','default',NULL,'2025-06-09 08:40:18'),(21,2,'CPU',2,'month',100000,100000,'2025-06-11','default',NULL,'2025-06-09 08:40:39'),(22,2,'RAM',3,'month',5000,5000,'2025-06-11','default',NULL,'2025-06-09 08:41:15'),(23,2,'RAM',3,'onetime',5000,5000,'2025-06-11','default','2025-06-10 00:33:41','2025-06-09 08:41:37'),(24,2,'STORAGE',3,'onetime',150000,100000,'2025-06-11','default','2025-06-09 08:42:59','2025-06-09 08:42:10'),(25,2,'STORAGE',3,'onetime',150000,100000,'2025-06-11','default',NULL,'2025-06-09 08:42:37'),(26,2,'SOFTWARE',1,'month',1000,1000,'2025-06-11','default',NULL,'2025-06-09 08:43:37'),(27,2,'SOFTWARE',4,'month',200000,100000,'2025-06-11','default',NULL,'2025-06-09 08:44:07'),(28,2,'DOMAIN',1,'onetime',50000,40000,'2025-06-11','default',NULL,'2025-06-09 08:44:41'),(62,3,'RAM',2,'onetime',10000,5000,'2025-06-11','default',NULL,'2025-06-12 03:36:55'),(64,3,'RAM',2,'month',15000,10000,'2025-06-12','default',NULL,'2025-06-13 00:36:43'),(65,3,'STORAGE',1,'onetime',100000,50000,'2025-06-12','default',NULL,'2025-06-13 08:38:52'),(66,3,'IP',82,'month',50000,40000,'2025-06-11','default',NULL,'2025-06-16 09:03:01'); +INSERT INTO `serviceinfo_items` VALUES (1,1,'LINE',8,'month',1000000,500000,'2025-06-11','default','2025-06-03 06:04:25','2025-06-02 07:19:58'),(2,1,'IP',12,'month',50000,40000,'2025-06-13','default',NULL,'2025-06-02 07:28:27'),(3,1,'IP',11,'month',50000,40000,'2025-06-13','default',NULL,'2025-06-02 07:28:57'),(4,1,'SERVER',3,'month',150000,100000,'2025-06-13','default','2025-06-09 06:06:43','2025-06-02 07:35:12'),(5,1,'CPU',1,'month',50000,40000,'2025-06-13','default',NULL,'2025-06-02 07:36:08'),(6,1,'CPU',1,'month',50000,40000,'2025-06-20','reservation','2025-06-04 00:40:06','2025-06-02 07:36:49'),(7,1,'RAM',2,'onetime',2000,2000,'2025-06-13','default',NULL,'2025-06-02 07:42:56'),(8,1,'RAM',2,'onetime',2000,2000,'2025-06-13','default',NULL,'2025-06-02 07:43:27'),(9,1,'STORAGE',1,'month',100000,50000,'2025-06-13','default',NULL,'2025-06-02 08:11:10'),(10,1,'STORAGE',1,'onetime',100000,100000,'2025-06-25','reservation',NULL,'2025-06-02 08:11:50'),(11,1,'SOFTWARE',1,'onetime',10000,10000,'2025-06-13','default',NULL,'2025-06-02 08:12:55'),(12,1,'SOFTWARE',4,'month',10000,10000,'2025-06-13','default',NULL,'2025-06-02 08:13:40'),(13,1,'SOFTWARE',5,'month',5000,5000,'2025-06-25','reservation',NULL,'2025-06-02 08:14:12'),(14,1,'DEFENCE',3,'month',50000,50000,'2025-06-13','default',NULL,'2025-06-02 08:14:43'),(15,1,'RAM',4,'onetime',4000,2000,'2025-06-20','reservation',NULL,'2025-06-03 07:12:04'),(17,2,'LINE',8,'month',200000,150000,'2025-06-11','default',NULL,'2025-06-09 08:28:10'),(18,2,'IP',16,'month',50000,40000,'2025-06-11','default','2025-06-09 08:38:19','2025-06-09 08:38:01'),(19,2,'SERVER',5,'month',250000,200000,'2025-06-11','default',NULL,'2025-06-09 08:39:51'),(20,2,'CPU',2,'month',100000,100000,'2025-06-11','default',NULL,'2025-06-09 08:40:18'),(21,2,'CPU',2,'month',100000,100000,'2025-06-11','default',NULL,'2025-06-09 08:40:39'),(22,2,'RAM',3,'month',5000,5000,'2025-06-11','default',NULL,'2025-06-09 08:41:15'),(23,2,'RAM',3,'onetime',5000,5000,'2025-06-11','default','2025-06-10 00:33:41','2025-06-09 08:41:37'),(24,2,'STORAGE',3,'onetime',150000,100000,'2025-06-11','default','2025-06-09 08:42:59','2025-06-09 08:42:10'),(25,2,'STORAGE',3,'onetime',150000,100000,'2025-06-11','default',NULL,'2025-06-09 08:42:37'),(26,2,'SOFTWARE',1,'month',1000,1000,'2025-06-11','default',NULL,'2025-06-09 08:43:37'),(27,2,'SOFTWARE',4,'month',200000,100000,'2025-06-11','default',NULL,'2025-06-09 08:44:07'),(28,2,'DOMAIN',1,'onetime',50000,40000,'2025-06-11','default',NULL,'2025-06-09 08:44:41'),(62,3,'RAM',2,'onetime',10000,5000,'2025-06-11','default',NULL,'2025-06-12 03:36:55'),(64,3,'RAM',2,'month',15000,10000,'2025-06-12','default',NULL,'2025-06-13 00:36:43'),(65,3,'STORAGE',1,'onetime',100000,50000,'2025-06-12','default',NULL,'2025-06-13 08:38:52'),(66,3,'IP',82,'month',50000,40000,'2025-06-11','default',NULL,'2025-06-16 09:03:01'),(67,3,'STORAGE',1,'onetime',100000,50000,'2025-06-17','default',NULL,'2025-06-18 04:22:57'),(68,3,'CPU',1,'onetime',10000,10000,'2025-06-18','default',NULL,'2025-06-18 10:05:56'),(70,4,'IP',3,'onetime',100000,50000,'2025-06-20','default',NULL,'2025-06-20 01:07:25'),(71,4,'STORAGE',1,'month',100000,50000,'2025-06-20','default','2025-06-20 02:56:18','2025-06-20 01:12:47'),(72,4,'STORAGE',2,'month',100000,50000,'2025-06-20','default','2025-06-20 02:57:42','2025-06-20 02:57:01'),(73,4,'RAM',2,'month',10000,5000,'2025-06-19','default',NULL,'2025-06-20 03:11:36'),(74,5,'IP',12,'month',50000,40000,'2025-06-09','default',NULL,'2025-06-20 04:45:38'),(75,5,'LINE',8,'month',100000,100000,'2025-06-09','default',NULL,'2025-06-20 04:46:07'),(76,5,'SERVER',5,'month',200000,150000,'2025-06-09','default',NULL,'2025-06-20 04:46:35'),(77,5,'CPU',2,'month',50000,50000,'2025-06-09','default',NULL,'2025-06-20 04:47:01'),(78,5,'CPU',2,'month',50000,50000,'2025-06-09','default',NULL,'2025-06-20 04:47:20'),(79,5,'RAM',2,'month',50000,50000,'2025-06-09','default',NULL,'2025-06-20 04:47:47'),(80,5,'RAM',2,'month',50000,50000,'2025-06-09','default',NULL,'2025-06-20 04:48:09'),(81,5,'STORAGE',1,'month',100000,100000,'2025-06-09','default',NULL,'2025-06-20 04:48:37'),(82,5,'SOFTWARE',3,'onetime',10000,10000,'2025-06-09','default',NULL,'2025-06-20 04:49:13'),(83,5,'DEFENCE',2,'month',200000,200000,'2025-06-20','default',NULL,'2025-06-23 02:00:31'); /*!40000 ALTER TABLE `serviceinfo_items` ENABLE KEYS */; UNLOCK TABLES; @@ -634,7 +638,7 @@ CREATE TABLE `serviceinfo_payment` ( KEY `FK_clientinfo_TO_serviceinfo_payment` (`ownerinfo_uid`), CONSTRAINT `FK_clientinfo_TO_serviceinfo_payment` FOREIGN KEY (`ownerinfo_uid`) REFERENCES `clientinfo` (`uid`), CONSTRAINT `FK_serviceinfo_TO_serviceinfo_payment` FOREIGN KEY (`serviceinfo_uid`) REFERENCES `serviceinfo` (`uid`) -) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8 COMMENT='결제정보'; +) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8 COMMENT='결제정보'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -643,7 +647,7 @@ CREATE TABLE `serviceinfo_payment` ( LOCK TABLES `serviceinfo_payment` WRITE; /*!40000 ALTER TABLE `serviceinfo_payment` DISABLE KEYS */; -INSERT INTO `serviceinfo_payment` VALUES (4,2,1,'RAM',2,'onetime',5000,'2025-06-25','2025-06-12','default','2025-06-16 08:26:48','2025-06-12 03:36:55'),(5,2,4,'RAM',2,'month',10000,'2025-06-25','2025-06-25','default','2025-06-16 08:55:59','2025-06-13 00:36:43'),(6,2,1,'STORAGE',1,'onetime',50000,'2025-06-25','2025-06-13','default','2025-06-16 08:56:03','2025-06-13 08:38:52'),(7,3,4,'IP',82,'month',40000,'2025-06-25','2025-06-16','default',NULL,'2025-06-16 09:03:01'); +INSERT INTO `serviceinfo_payment` VALUES (4,2,1,'RAM',2,'onetime',5000,'2025-06-25','2025-06-12','default','2025-06-16 08:26:48','2025-06-12 03:36:55'),(5,2,4,'RAM',2,'month',10000,'2025-06-25','2025-06-25','default','2025-06-16 08:55:59','2025-06-13 00:36:43'),(6,2,1,'STORAGE',1,'onetime',50000,'2025-06-25','2025-06-13','default','2025-06-16 08:56:03','2025-06-13 08:38:52'),(7,3,4,'IP',82,'month',40000,'2025-06-25','2025-06-16','default',NULL,'2025-06-16 09:03:01'),(48,1,1,'LINE',8,'month',500000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(49,1,1,'IP',12,'month',40000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(50,1,1,'IP',11,'month',40000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(51,1,1,'SERVER',3,'month',100000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(52,1,1,'CPU',1,'month',40000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(53,1,1,'CPU',1,'month',40000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(54,1,1,'STORAGE',1,'month',50000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(55,1,1,'SOFTWARE',4,'month',10000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(56,1,1,'SOFTWARE',5,'month',5000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(57,1,1,'DEFENCE',3,'month',50000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(58,2,3,'LINE',8,'month',150000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(59,2,3,'IP',16,'month',40000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(60,2,3,'SERVER',5,'month',200000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(61,2,3,'CPU',2,'month',100000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(62,2,3,'CPU',2,'month',100000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(63,2,3,'RAM',3,'month',5000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(64,2,3,'SOFTWARE',1,'month',1000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(65,2,3,'SOFTWARE',4,'month',100000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(66,3,4,'RAM',2,'month',10000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(67,3,4,'IP',82,'month',40000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:18:55'),(68,3,4,'STORAGE',1,'onetime',50000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 04:22:57'),(69,3,4,'CPU',1,'onetime',10000,'2025-07-18','2025-06-18','default',NULL,'2025-06-18 10:05:56'),(71,4,5,'IP',3,'onetime',50000,'2025-06-21','2025-06-20','paid','2025-06-20 03:02:47','2025-06-20 01:07:25'),(72,4,5,'STORAGE',1,'onetime',50000,'2025-06-21','2025-06-20','default',NULL,'2025-06-20 01:12:48'),(74,4,5,'RAM',2,'month',5000,'2025-06-21','2025-06-20','default',NULL,'2025-06-20 03:11:36'),(75,5,6,'IP',12,'month',40000,'2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:45:38'),(76,5,6,'LINE',8,'month',100000,'2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:46:07'),(77,5,6,'SERVER',5,'month',150000,'2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:46:35'),(78,5,6,'CPU',2,'month',50000,'2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:47:01'),(79,5,6,'CPU',2,'month',50000,'2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:47:20'),(80,5,6,'RAM',2,'month',50000,'2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:47:47'),(81,5,6,'RAM',2,'month',50000,'2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:48:09'),(82,5,6,'STORAGE',1,'month',100000,'2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:48:37'),(83,5,6,'SOFTWARE',3,'onetime',10000,'2025-06-25','2025-06-20','default',NULL,'2025-06-20 04:49:13'),(84,5,6,'DEFENCE',2,'month',200000,'2025-06-25','2025-06-23','default',NULL,'2025-06-23 02:00:31'); /*!40000 ALTER TABLE `serviceinfo_payment` ENABLE KEYS */; UNLOCK TABLES; @@ -726,7 +730,7 @@ CREATE TABLE `user` ( PRIMARY KEY (`uid`), UNIQUE KEY `UQ_id` (`id`), UNIQUE KEY `UQ_email` (`email`) -) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8 COMMENT='관리자정보'; +) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 COMMENT='관리자정보'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -735,7 +739,7 @@ CREATE TABLE `user` ( LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; -INSERT INTO `user` VALUES (1,'choi.jh','$2y$10$9kUte0xrvEkxtI9CzVaeKeCAxzOR4pKPpsCaQHR1YW7dXsCrTLWeC','최준흠','choi.jh@prime-idc.jp','','manager,cloudflare,firewall,director,master','default','2023-05-31 14:55:51','2023-03-23 06:50:04'),(2,'cho.jh','$2y$10$ot/aUXR/W1n4Q3dZA2dZCOxQrpVb2Bq31Y7xFQS3G6D1gtImmyBjm','조준희','cho.jh@prime-idc.jp',NULL,'manager,cloudflare','default','2023-05-30 14:35:55','2023-03-24 02:20:48'),(4,'kimdy','$2y$10$18uyn94xdprzAnt.oYZ5weAvb8rRLhkz/SdQrjEK7yuGhCr9PlUCC','김동윤','kimdy@prime-idc.jp',NULL,'manager,cloudflare','default','2023-03-24 02:21:50','2023-03-24 02:21:50'),(5,'kimhy','$2y$10$.yEKVqY.F7HoSOZijl4uyeulUtfAQ4EDRiyR2JpgFYBuKw.mZoZvG','김효영','khy@prime-idc.jp',NULL,'manager,cloudflare,director','default','2023-03-24 02:23:18','2023-03-24 02:23:18'),(6,'kim.eh','$2y$10$YmwicI.Br4XNyGamfRADMOu.qlkwKd2fmnNkL7YIkNHGndvqYPnCq','김은혁','kim.eh@prime-idc.jp',NULL,'manager,cloudflare','default','2023-03-24 02:23:52','2023-03-24 02:23:52'),(7,'leeph','$2y$10$lR739WzJsW6rDLgchYs7buek4BYeTlKHTQY60RDqRms9Io7RSY3AC','이풍호','leeph@prime-idc.jp',NULL,'manager,cloudflare','default','2023-05-29 16:32:52','2023-03-24 02:24:21'),(8,'jinmingyu','$2y$10$PI8WA6d/z4hDE6hxJoUhbuMH3vTTWH0Ry2Z6fTLUUpwQGaE/9bEZa','김명옥','jinmingyu@idcjp.jp',NULL,'manager,cloudflare','default','2023-07-21 06:48:39','2023-03-24 02:25:00'),(9,'kangdh','$2y$10$gu9OS2DDQQ5H.Hh61t3BSOUp87l35q.xsduVSxvCcn8IgA4jrATgG','강동헌','kang.dh@idcjp.jp',NULL,'manager,cloudflare','default','2023-06-22 23:59:07','2023-03-24 02:25:48'),(10,'yoohs','$2y$10$TGASk98FuZ6Ux6FDquu1aO3rztA01MCle/Vs1.3iaEMQzakAbCzJy','유혜성','yoo.hs@idcjp.jp',NULL,'manager,cloudflare','default','2023-06-02 02:07:19','2023-03-24 02:26:31'),(11,'kim.yh','$2y$10$8GciQXpKYiR3TDWQfh9JjOQAQ.YWGoOSCL0a0/w4XACO0mUgjjbWy','김영환','kim.yh@idcjp.jp',NULL,'manager,cloudflare,firewall','default','2023-10-16 23:08:51','2023-03-24 02:27:05'),(12,'yunmuj','$2y$10$zkgwGVj2JSOVIsxLe8fePe1gvWWaCemfZMktzBlrN8oLb3CKydkZC','윤무정','yunmuj@idcjp.jp',NULL,'manager,cloudflare','default','2024-06-12 00:21:07','2023-03-24 02:27:59'),(13,'kim.mt','$2y$10$3dfkA0oq4LqiJOmjbBGKe.p0Dhj/MDqjoTdw11BOPF/H2qJqnEuHO','김문태','kim.mt@idcjp.jp',NULL,'manager,cloudflare','default','2023-05-31 14:22:43','2023-03-24 02:28:31'),(14,'shin.ms','$2y$10$.jaDkGtm/gZK3ZDF.fJUGOwMI7Zif5588X5AxSMvvk238RDI7spQ6','신민수','shin.ms@idcjp.jp',NULL,'manager,cloudflare','default','2023-03-24 02:29:00','2023-03-24 02:29:00'),(15,'park.sm','$2y$10$BwMxw0uvw2tAdQ0EZQ2/hu.Q7zYu7mbuBPPRTaa14bwG3VLf0cXfu','박선미','park.sm@idcjp.jp',NULL,'manager,cloudflare','default','2024-03-12 02:14:09','2023-03-24 02:29:34'),(19,'park.hg','$2y$10$x7QQOkOEJHVKOnghbHBqYuI12Vsa9KLV8W4wgebCWy1pZiM93/W.e','박혁규','park.hg@prime-idc.jp',NULL,'manager','pause','2023-09-04 10:27:32','2023-09-04 09:48:02'),(21,'masakuni','$2y$10$di6Y7CqJGbbf72kDyCrOCOafJgk3vqJCYg6N3EtBUc3J6r24/7SFe','김창국','masakuni@prime-idc.jp',NULL,'cloudflare','pause','2023-12-18 08:56:29','2023-12-18 08:56:29'),(22,'bjh','$2y$10$LnEQ6kz4igRPZeDYwe7UluRiSaMVGN9Jj1fW3QqUUp6zPeLJW9goS','배장훈','bjh@prime-idc.jp',NULL,'cloudflare','pause','2024-06-06 23:51:19','2024-02-26 01:26:20'),(23,'cho.sh','$2y$10$jmmNrEsFmb2.Zj3OkBXDHuktrIj.NCP/tO2k9kquFBTBssa/lNG6y','조성호','cho.sh@prime-idc.jp','','manager','pause','2024-10-02 00:45:19','2024-10-02 00:32:30'),(24,'kobn','$2y$10$pWM/XFfSNeSng32sypbDX.WaR4UlM4EDkYKCQfFkYIOC7Ppg0nc5G','고병남','ko@prime-idc.jp',NULL,'manager,cloudflare','default',NULL,'2024-10-29 06:30:19'),(25,'jeong.sg','$2y$10$OzH6140JztiUEs4s/VHbPOxfxubFooqwqVhGpdFG8OJCGAFXNu546','정상구','jeong.sg@prime-idc.jp',NULL,'manager,cloudflare','default','2025-01-23 00:30:13','2025-01-23 00:29:46'),(38,'choi.jh234222222','$2y$10$zCgVXnCClLbftgeGxH0rk.v3o1zHkoO8Ywq2UDmGkdjIhK5mLJhvu','adfasdfas2222','postfixadmin@idcjp.jp2222222','043443432722222','cloudflare','pause','2025-06-16 00:26:36','2025-05-02 04:49:19'),(40,'choi.jh2342222224','$2y$10$hP/z5Nojh4eNKnTxZe3Cm.0NtvqHW2U2U0vvVDSzelKRaXSxlVj2y','adfasdfas22222221234','postfixadmin@idcjp.jp3234343','04344343271234','manager,cloudflare','pause','2025-06-16 00:26:36','2025-05-02 06:34:43'),(41,'test333334','$2y$10$eQXPQIvkuvnBc11hURs/K.mO44cHovtEdVpQ9QMLbu7H7bsspmJEO','test333334','test@test.co.kr2','1111112222','manager,cloudflare','pause','2025-06-16 00:26:36','2025-06-11 07:36:53'); +INSERT INTO `user` VALUES (1,'choi.jh','$2y$10$9kUte0xrvEkxtI9CzVaeKeCAxzOR4pKPpsCaQHR1YW7dXsCrTLWeC','최준흠','choi.jh@prime-idc.jp','','manager,cloudflare,firewall,director,master','default','2023-05-31 14:55:51','2023-03-23 06:50:04'),(2,'cho.jh','$2y$10$ot/aUXR/W1n4Q3dZA2dZCOxQrpVb2Bq31Y7xFQS3G6D1gtImmyBjm','조준희','cho.jh@prime-idc.jp',NULL,'manager,cloudflare','default','2023-05-30 14:35:55','2023-03-24 02:20:48'),(4,'kimdy','$2y$10$18uyn94xdprzAnt.oYZ5weAvb8rRLhkz/SdQrjEK7yuGhCr9PlUCC','김동윤','kimdy@prime-idc.jp',NULL,'manager,cloudflare','default','2023-03-24 02:21:50','2023-03-24 02:21:50'),(5,'kimhy','$2y$10$.yEKVqY.F7HoSOZijl4uyeulUtfAQ4EDRiyR2JpgFYBuKw.mZoZvG','김효영','khy@prime-idc.jp',NULL,'manager,cloudflare,director','default','2023-03-24 02:23:18','2023-03-24 02:23:18'),(6,'kim.eh','$2y$10$YmwicI.Br4XNyGamfRADMOu.qlkwKd2fmnNkL7YIkNHGndvqYPnCq','김은혁','kim.eh@prime-idc.jp',NULL,'manager,cloudflare','default','2023-03-24 02:23:52','2023-03-24 02:23:52'),(7,'leeph','$2y$10$lR739WzJsW6rDLgchYs7buek4BYeTlKHTQY60RDqRms9Io7RSY3AC','이풍호','leeph@prime-idc.jp',NULL,'manager,cloudflare','default','2023-05-29 16:32:52','2023-03-24 02:24:21'),(8,'jinmingyu','$2y$10$PI8WA6d/z4hDE6hxJoUhbuMH3vTTWH0Ry2Z6fTLUUpwQGaE/9bEZa','김명옥','jinmingyu@idcjp.jp',NULL,'manager,cloudflare','default','2023-07-21 06:48:39','2023-03-24 02:25:00'),(9,'kangdh','$2y$10$gu9OS2DDQQ5H.Hh61t3BSOUp87l35q.xsduVSxvCcn8IgA4jrATgG','강동헌','kang.dh@idcjp.jp',NULL,'manager,cloudflare','default','2023-06-22 23:59:07','2023-03-24 02:25:48'),(10,'yoohs','$2y$10$TGASk98FuZ6Ux6FDquu1aO3rztA01MCle/Vs1.3iaEMQzakAbCzJy','유혜성','yoo.hs@idcjp.jp',NULL,'manager,cloudflare','default','2023-06-02 02:07:19','2023-03-24 02:26:31'),(11,'kim.yh','$2y$10$8GciQXpKYiR3TDWQfh9JjOQAQ.YWGoOSCL0a0/w4XACO0mUgjjbWy','김영환','kim.yh@idcjp.jp',NULL,'manager,cloudflare,firewall','default','2023-10-16 23:08:51','2023-03-24 02:27:05'),(12,'yunmuj','$2y$10$zkgwGVj2JSOVIsxLe8fePe1gvWWaCemfZMktzBlrN8oLb3CKydkZC','윤무정','yunmuj@idcjp.jp',NULL,'manager,cloudflare','default','2024-06-12 00:21:07','2023-03-24 02:27:59'),(13,'kim.mt','$2y$10$3dfkA0oq4LqiJOmjbBGKe.p0Dhj/MDqjoTdw11BOPF/H2qJqnEuHO','김문태','kim.mt@idcjp.jp',NULL,'manager,cloudflare','default','2023-05-31 14:22:43','2023-03-24 02:28:31'),(14,'shin.ms','$2y$10$.jaDkGtm/gZK3ZDF.fJUGOwMI7Zif5588X5AxSMvvk238RDI7spQ6','신민수','shin.ms@idcjp.jp',NULL,'manager,cloudflare','default','2023-03-24 02:29:00','2023-03-24 02:29:00'),(15,'park.sm','$2y$10$BwMxw0uvw2tAdQ0EZQ2/hu.Q7zYu7mbuBPPRTaa14bwG3VLf0cXfu','박선미','park.sm@idcjp.jp',NULL,'manager,cloudflare','default','2024-03-12 02:14:09','2023-03-24 02:29:34'),(19,'park.hg','$2y$10$x7QQOkOEJHVKOnghbHBqYuI12Vsa9KLV8W4wgebCWy1pZiM93/W.e','박혁규','park.hg@prime-idc.jp',NULL,'manager','pause','2023-09-04 10:27:32','2023-09-04 09:48:02'),(21,'masakuni','$2y$10$di6Y7CqJGbbf72kDyCrOCOafJgk3vqJCYg6N3EtBUc3J6r24/7SFe','김창국','masakuni@prime-idc.jp',NULL,'cloudflare','pause','2023-12-18 08:56:29','2023-12-18 08:56:29'),(22,'bjh','$2y$10$LnEQ6kz4igRPZeDYwe7UluRiSaMVGN9Jj1fW3QqUUp6zPeLJW9goS','배장훈','bjh@prime-idc.jp',NULL,'cloudflare','pause','2024-06-06 23:51:19','2024-02-26 01:26:20'),(23,'cho.sh','$2y$10$jmmNrEsFmb2.Zj3OkBXDHuktrIj.NCP/tO2k9kquFBTBssa/lNG6y','조성호','cho.sh@prime-idc.jp','','manager','pause','2024-10-02 00:45:19','2024-10-02 00:32:30'),(24,'kobn','$2y$10$pWM/XFfSNeSng32sypbDX.WaR4UlM4EDkYKCQfFkYIOC7Ppg0nc5G','고병남','ko@prime-idc.jp',NULL,'manager,cloudflare','default',NULL,'2024-10-29 06:30:19'),(25,'jeong.sg','$2y$10$OzH6140JztiUEs4s/VHbPOxfxubFooqwqVhGpdFG8OJCGAFXNu546','정상구','jeong.sg@prime-idc.jp',NULL,'manager,cloudflare','default','2025-01-23 00:30:13','2025-01-23 00:29:46'),(38,'choi.jh234222222','$2y$10$zCgVXnCClLbftgeGxH0rk.v3o1zHkoO8Ywq2UDmGkdjIhK5mLJhvu','adfasdfas2222','postfixadmin@idcjp.jp2222222','043443432722222','cloudflare','pause','2025-06-19 23:55:58','2025-05-02 04:49:19'),(40,'choi.jh2342222224','$2y$10$hP/z5Nojh4eNKnTxZe3Cm.0NtvqHW2U2U0vvVDSzelKRaXSxlVj2y','adfasdfas22222221234','postfixadmin@idcjp.jp3234343','04344343271234','manager,cloudflare','default','2025-06-19 23:55:47','2025-05-02 06:34:43'),(41,'test33333433','$2y$10$8qFLTLnJJbRvIDLzlfauSOJvD.B.aIH6l0yKo2K7xo6m02cdXNvg.','test33333433','test@test.co.kr233','111111222233','manager,cloudflare,firewall','pause','2025-06-19 23:56:33','2025-06-11 07:36:53'); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -748,4 +752,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2025-06-18 13:10:28 +-- Dump completed on 2025-06-23 11:42:49 diff --git a/app/Helpers/Customer/ServicePaymentHelper.php b/app/Helpers/Customer/ServicePaymentHelper.php index 4aaef98..d37dacd 100644 --- a/app/Helpers/Customer/ServicePaymentHelper.php +++ b/app/Helpers/Customer/ServicePaymentHelper.php @@ -46,9 +46,6 @@ class ServicePaymentHelper extends CustomerHelper public function getListButton(string $action, array $viewDatas, array $extras = []): string { switch ($action) { - case 'modify': - $action = $viewDatas['entity']->getPK(); - break; case 'invoice': $action = form_submit($action . "_submit", '청구서 발행', [ "formaction" => current_url() . '/' . $action,