在页面中定义单价price,数据库中定一位decimal类型,后台处理用String price=request.getParameter(price);如果price为空时,插入到数据库中时报错:不能由varchar型转换为numeric型。如果price不为空,则不报错。我该怎样处理?