增加时候出现如题错误;解决方法:业务逻辑层 if (tx_date == System.DateTime.MinValue) oDataRow.tx_date = System.DateTime.Now; else oDataRow.tx_date=tx_date;