운영 > 첨부파일관리 에러 수정 now() -> SYSDATE

This commit is contained in:
hylee 2023-11-15 11:59:21 +09:00
parent bafddaf33b
commit 81282f8de5
2 changed files with 534 additions and 534 deletions

View File

@ -35,8 +35,8 @@
#content#,
#fmsLink#,
#fmsDownLink#,
now(),
now(),
SYSDATE,
SYSDATE,
#registerId#,
#fmsImageFile#,
#fmsImage#
@ -206,7 +206,7 @@
SET
FMS_NM= #fmsNm#,
CONTENT= #content#,
MODDT= now(),
MODDT= SYSDATE,
<isNotEmpty property="fmsLink">
FMS_LINK = #fmsLink# ,
</isNotEmpty>

View File

@ -226,7 +226,7 @@ $(window).load(function() {
</tr>
</c:forEach>
<c:if test="${empty fmsFileList}">
<tr><td colspan="8"><spring:message code="common.nodata.msg" /></td></tr>
<tr><td colspan="7"><spring:message code="common.nodata.msg" /></td></tr>
</c:if>
</tbody>
</table>