跟spring起个相同的名字
801802803804805806807808
QueryRunner qr = getQueryRunner(); logger.debug("Update SQL:{}", sql); try { return qr.update(sql, pearParams(args)); } catch (SQLException e) { throw new DataAccessException("update sql error! sql:" + sql + ";", e); } }