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

分类:

技术点:

相关文章:

  • 2021-12-12
  • 2021-12-18
  • 2021-06-18
  • 2021-09-19
  • 2021-11-23
  • 2021-12-13
  • 2021-11-19
  • 2021-11-19
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2021-12-13
  • 2021-12-18
  • 2021-12-18
  • 2021-12-28
  • 2021-11-05
相关资源
相似解决方案