This commit is contained in:
kdh0120 2021-05-11 01:34:48 +00:00
parent 59e3b417ce
commit 74f2b5f620
2 changed files with 11 additions and 1 deletions

View File

@ -410,6 +410,16 @@
,a.status=1
where a.payno=#payno#;
update lect a
inner join cm b on a.cmno = b.cmno
inner join pay c on a.payno = c.payno
set
a.sdate = case when date_format(b.retime,'%Y-%m-%d')='2099-12-31' and b.cshape <> 1 then date_format(c.payoktime,'%Y-%m-%d 00:00:00')
else b.sstime end,
a.edate = case when date_format(b.retime,'%Y-%m-%d')='2099-12-31' and b.cshape <> 1 then date_format(date_add(c.payoktime,interval b.studydays day),'%Y-%m-%d 23:59:59')
else b.setime end
where a.payno = #payno# and c.pstatus = 1;
<!--update examuser a
inner join pay b on b.isexam=1 and b.payno=a.payno and b.pstatus=1 --><!--and b.pgkey=#pgkey#--><!--
set a.udt=now(),a.uno=#uno#,a.uip=#uip#

View File

@ -69,7 +69,7 @@
<!--test, service-->
<add key="LGD_ENCODING" value="UTF-8" />
<add key="LGD_BACKBTN_YN" value="N" />
<add key="LGD_CASNOTEURL" value="http://kdh.nptc.kr:8082/Account/XPayVBankMoney" />
<add key="LGD_CASNOTEURL" value="https://kdh.nptc.kr/Account/XPayVBankMoney" />
<!--가상계좌 입금통보 URL-->
<add key="LGD_AUTOFILLYN_BUYER" value="Y" />
<add key="LGD_CASHRECEIPTYN" value="Y" />