Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的文件跟踪系统处理申请提交。申请日期用于跟踪处理每个申请所需的总天数。但是,虽然显示了当前日期,但用户可以在我的系统中将其更改为过去的日期。系统使用mvc框架。我应该怎么做才能使用户无法访问日期?像静态的东西。
只需在首次提交应用程序时将日期与应用程序 ID 存储在数据库中,然后忽略提交的表单数据中对日期的任何提及。