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.
有没有办法限制 PHP 只生成一次员工的工资单?
我猜这就是你要找的。这是您问题的非常简单的答案。
在数据库/表中创建一条记录,并在执行时(工资系统)将表中的字段标记为真。如果脚本尝试执行工资单代码,则检查数据库是否记录为真,否则执行该项目。