注意类型,varchar 和int 在java中表示为sql语句中的细微区别!!下面的REGISEAT_NUM为int 类型 custid为varchar类型String sql1="update dacustxy set REGISEAT_NUM=17 where CUSTID="+"'"+custid+"'";