最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

next.js - My Payload CMS collection is converting data correctly to desired format before save on MongoDB, but not saving as req

programmeradmin9浏览0评论

My below payload cms collection named Queries is converting data to desired format correctly before saving... (Checked in console.log)... but it's not saving as required in MongoDB...

e.g. it console.logs info like below:

{
  part: '1',
  queries: {
    'Materialzertifikate mitliefern': 'Is a Material Certificate specified?',
    'drucktragende Teile': 'Are pressure retaining parts/product wetted parts specified? Answer yes or no. If Yes, select one of the following classifications and only give it as the response: 2.1, 2.2, 3.1, or 3.2',
    Stahlbau: 'Are support steel structure specified? Answer yes or no. If Yes, select one of the following classifications and 
only give it as the response: 2.1, 2.2, 3.1, or 3.2.',
    'Sonstige (bitte benennen)': 'Provide more information on specified Material Certificate',
    PMI: 'Is a Positive material identification defined? If yes, is the PMI scope it defined as 10% or 100%?'
  },
  specifications_group: 'pad',
  updatedAt: '2025-03-26T22:13:49.342Z',
  createdAt: '2025-03-26T22:13:49.342Z',
  id: '670d425088a0d32b730d68a6'
}

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论