운영 > 첨부파일관리 에러 수정 now() -> SYSDATE
This commit is contained in:
parent
bafddaf33b
commit
81282f8de5
@ -35,8 +35,8 @@
|
|||||||
#content#,
|
#content#,
|
||||||
#fmsLink#,
|
#fmsLink#,
|
||||||
#fmsDownLink#,
|
#fmsDownLink#,
|
||||||
now(),
|
SYSDATE,
|
||||||
now(),
|
SYSDATE,
|
||||||
#registerId#,
|
#registerId#,
|
||||||
#fmsImageFile#,
|
#fmsImageFile#,
|
||||||
#fmsImage#
|
#fmsImage#
|
||||||
@ -206,7 +206,7 @@
|
|||||||
SET
|
SET
|
||||||
FMS_NM= #fmsNm#,
|
FMS_NM= #fmsNm#,
|
||||||
CONTENT= #content#,
|
CONTENT= #content#,
|
||||||
MODDT= now(),
|
MODDT= SYSDATE,
|
||||||
<isNotEmpty property="fmsLink">
|
<isNotEmpty property="fmsLink">
|
||||||
FMS_LINK = #fmsLink# ,
|
FMS_LINK = #fmsLink# ,
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|||||||
@ -226,7 +226,7 @@ $(window).load(function() {
|
|||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
<c:if test="${empty fmsFileList}">
|
<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>
|
</c:if>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user