This commit is contained in:
parent
edecf0e079
commit
c5f0bb15b8
|
|
@ -195,7 +195,7 @@
|
||||||
from lectinning a
|
from lectinning a
|
||||||
where a.lectno=#lectno#
|
where a.lectno=#lectno#
|
||||||
<isNotNull property="isfinishtoday">
|
<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>
|
</select>
|
||||||
<insert id="cr.lectinningpage.in" parameterClass="lectinningpage">
|
<insert id="cr.lectinningpage.in" parameterClass="lectinningpage">
|
||||||
update lectinning a
|
update lectinning a
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
<!--test, service-->
|
<!--test, service-->
|
||||||
<add key="LGD_ENCODING" value="UTF-8" />
|
<add key="LGD_ENCODING" value="UTF-8" />
|
||||||
<add key="LGD_BACKBTN_YN" value="N" />
|
<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-->
|
<!--가상계좌 입금통보 URL-->
|
||||||
<add key="LGD_AUTOFILLYN_BUYER" value="Y" />
|
<add key="LGD_AUTOFILLYN_BUYER" value="Y" />
|
||||||
<add key="LGD_CASHRECEIPTYN" value="Y" />
|
<add key="LGD_CASHRECEIPTYN" value="Y" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue