This commit is contained in:
kdh0120 2021-12-23 00:17:19 +00:00
parent a9be605aa5
commit caa00b7e8d
2 changed files with 5 additions and 1 deletions

View File

@ -173,7 +173,7 @@ create table users (
,vssn varchar(100)
,di varchar(100)
,ci varchar(100)
,ischkat TINYINT(4) NOT NULL DEFAULT 0
,ischkatt TINYINT(4) NOT NULL DEFAULT 0
,authplatform TINYINT(4) NOT NULL DEFAULT 0
,primary key(userno));
@ -428,6 +428,8 @@ create table cm (
,typejob varchar(100) null
,iscertificate tinyint not null default 1
,isdel tinyint not null
,ischkatt tinyint(4) NOT NULL DEFAULT 0
,accommofee int(11) DEFAULT '0'
,studydays int
,isaccommodation TINYINT(4) NOT NULL DEFAULT '0',
,daylectinninglimit INT(11) NULL DEFAULT NULL,

View File

@ -39,9 +39,11 @@
<add key="usessl" value="Y" />
<add key="ssonoauth" value="Y" />
<add key="daokey" value="ynictelms2020" />
<!--<add key="configpath" value="Product" />-->
<!--<add key="configpath" value="ProductDev" />-->
<add key="configpath" value="Staging" />
<add key="thumbnailexe" value="D:\\dev_tool\\ffmpeg.exe" />
<add key="ispaytest" value="1" />