This commit is contained in:
kdh0120 2021-05-04 04:21:10 +00:00
parent edecf0e079
commit c5f0bb15b8
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@
from lectinning a
where a.lectno=#lectno#
<isNotNull property="isfinishtoday">
a.istatus=2 and a.finishtime is not null and date_format(a.finishtime, '%y%m%d')=date_format(now(), '%y%m%d')</isNotNull>
and (a.istatus=2 and a.finishtime is not null and date_format(a.finishtime, '%y%m%d')=date_format(now(), '%y%m%d'))</isNotNull>
</select>
<insert id="cr.lectinningpage.in" parameterClass="lectinningpage">
update lectinning a

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:8084/Account/XPayVBankMoney" />
<add key="LGD_CASNOTEURL" value="http://kdh.nptc.kr:8082/Account/XPayVBankMoney" />
<!--가상계좌 입금통보 URL-->
<add key="LGD_AUTOFILLYN_BUYER" value="Y" />
<add key="LGD_CASHRECEIPTYN" value="Y" />