This commit is contained in:
hyunho 2020-12-07 06:13:53 +00:00
parent bf731d9b09
commit 03b5598b70
1 changed files with 19 additions and 18 deletions

View File

@ -22,28 +22,29 @@ INSERT INTO comcode(cname, cgroup, cgroupname, isuse, corder,cdt,cno,udt,uno,uip
('분류', 'cc5', '분류5', 0, 1,now(),1,now(),1,'127.0.0.1');
insert into comcode(cname, cgroup, cgroupname, isuse, corder,refcode,cdt,cno,udt,uno,uip) VALUES
('부산','studyplace','학습장소',1,1,null,now(),1,now(),1,'127.0.0.1'),
('영천','studyplace','학습장소',1,2,null,now(),1,now(),1,'127.0.0.1'),
('진주','studyplace','학습장소',1,3,null,now(),1,now(),1,'127.0.0.1');
('부산','studyplace','학습장소',1,1,'01',now(),1,now(),1,'127.0.0.1'),
('영천','studyplace','학습장소',1,2,'02',now(),1,now(),1,'127.0.0.1'),
('진주','studyplace','학습장소',1,3,'03',now(),1,now(),1,'127.0.0.1');
('창원','studyplace','학습장소',1,4,'04',now(),1,now(),1,'127.0.0.1');
insert into comcode(cname, cgroup, cgroupname, isuse, corder,refcode,cdt,cno,udt,uno,uip) VALUES
('설계시공기술인','typeman','기술인분류',1,1,null,now(),1,now(),1,'127.0.0.1'),
('품질관리기술인','typeman','기술인분류',1,2,null,now(),1,now(),1,'127.0.0.1'),
('발주청기술인','typeman','기술인분류',1,3,null,now(),1,now(),1,'127.0.0.1'),
('건설사업관리기술인','typeman','기술인분류',1,4,null,now(),1,now(),1,'127.0.0.1'),
('설계시공기술인','typeman','기술인분류',1,1,'01',now(),1,now(),1,'127.0.0.1'),
('품질관리기술인','typeman','기술인분류',1,2,'02',now(),1,now(),1,'127.0.0.1'),
('발주청기술인','typeman','기술인분류',1,3,'03',now(),1,now(),1,'127.0.0.1'),
('건설사업관리기술인','typeman','기술인분류',1,4,'04',now(),1,now(),1,'127.0.0.1'),
('기본교육','typeedu','교육목적',1,1,null,now(),1,now(),1,'127.0.0.1'),
('최초교육','typeedu','교육목적',1,2,null,now(),1,now(),1,'127.0.0.1'),
('계속교육','typeedu','교육목적',1,3,null,now(),1,now(),1,'127.0.0.1'),
('안전관리계속교육','typeedu','교육목적',1,4,null,now(),1,now(),1,'127.0.0.1'),
('PQ가점교육','typeedu','교육목적',1,5,null,now(),1,now(),1,'127.0.0.1'),
('기타교육','typeedu','교육목적',1,6,null,now(),1,now(),1,'127.0.0.1'),
('승급교육','typeedu','교육목적',1,7,null,now(),1,now(),1,'127.0.0.1'),
('통합기본교육','typeedu','교육목적',1,1,'01',now(),1,now(),1,'127.0.0.1'),
('최초교육','typeedu','교육목적',1,2,'02',now(),1,now(),1,'127.0.0.1'),
('계속교육','typeedu','교육목적',1,3,'03',now(),1,now(),1,'127.0.0.1'),
('안전관리계속교육','typeedu','교육목적',1,4,'04',now(),1,now(),1,'127.0.0.1'),
('PQ가점교육','typeedu','교육목적',1,5,'05',now(),1,now(),1,'127.0.0.1'),
('기타교육','typeedu','교육목적',1,6,'06',now(),1,now(),1,'127.0.0.1'),
('승급교육','typeedu','교육목적',1,7,'07',now(),1,now(),1,'127.0.0.1'),
('초급','typegrade','등급',1,1,null,now(),1,now(),1,'127.0.0.1'),
('중급','typegrade','등급',1,2,null,now(),1,now(),1,'127.0.0.1'),
('고급','typegrade','등급',1,3,null,now(),1,now(),1,'127.0.0.1'),
('특급','typegrade','등급',1,4,null,now(),1,now(),1,'127.0.0.1'),
('초급','typegrade','등급',1,1,'01',now(),1,now(),1,'127.0.0.1'),
('중급','typegrade','등급',1,2,'02',now(),1,now(),1,'127.0.0.1'),
('고급','typegrade','등급',1,3,'03',now(),1,now(),1,'127.0.0.1'),
('특급','typegrade','등급',1,4,'04',now(),1,now(),1,'127.0.0.1'),
('토목','typejob','직무분야',1,1,null,now(),1,now(),1,'127.0.0.1'),
('건축','typejob','직무분야',1,2,null,now(),1,now(),1,'127.0.0.1'),