운영 > 첨부파일관리 에러 수정 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#, #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>

View File

@ -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>