if (this.txtapplRegDate.Value.Trim() != "") //登记日期
{
sqlStr.Append(" and applRegDate >= \'" + this.txtapplRegDate.Value + " 00:00:00\'");
}
{
sqlStr.Append(" and applRegDate >= \'" + this.txtapplRegDate.Value + " 00:00:00\'");
}