운영 > 첨부파일관리 에러 수정 now() -> SYSDATE
This commit is contained in:
parent
bafddaf33b
commit
81282f8de5
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user