### Error updating database. Cause: java.sql.SQLException: ORA-01722: 잘못된 숫자

1207 단어

Error updating database. Cause: java.sql.SQLException: ORA-01722: 잘못된 숫자


원인:
"deleteByIds" parameterType="string">
        update  Menu
            set IsActive='0'
        where MenuID in
        "array" item="MenuID" open="(" close=")" separator=",">
            #{MenuID,jdbcType=VARCHAR}
        
    
---------------------
parameterType="string">  String[], Integer[]

다음으로 전송:https://www.cnblogs.com/feiZhou/p/9344152.html

좋은 웹페이지 즐겨찾기