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

分类:

技术点:

相关文章:

  • 2021-06-15
  • 2021-12-12
  • 2021-12-18
  • 2021-06-14
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2021-12-13
  • 2021-11-20
  • 2021-12-18
  • 2021-12-25
  • 2022-12-23
相关资源
相似解决方案