**已关闭。**此问题需要debugging details。它目前不接受回答。
编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答这个问题。
20小时前关闭。
Improve this question的
你们中的任何人都可以解决这个问题的重复名称,以避免和执行 Postman API的代码如下所附
- employeemodel.js enter image description here
- employeecontroller.js enter image description here
- routes.js enter image description here
1条答案
按热度按时间zvokhttg1#
我不确定我是否正确理解了你的问题。但是如果你想避免在EmployeeModel中使用双重名称,你可以像在
employeemodel.js
中使用unique: true
一样使用Unique Indexes:字符串
在
await employeeModelData.save()
上的employeeController.js
中,用现有名称保存新模型时,您将得到一个错误,这将被try-catch捕获。如果你需要更多的信息和例子,你可以看看:Understanding unique in Mongoose。