MaiXinRong 1 week ago
parent
commit
78e948b22f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/tender_ass.js

+ 1 - 1
app/service/tender_ass.js

@@ -44,7 +44,7 @@ module.exports = app => {
                     updateData.push({ id: oa.id, ass_id: d.ass_id, update_user_id: accountId });
                 } else {
                     insertData.push({
-                        tid, id: d.user_id, rela_id: rela_id || '', ass_type: type, ass_id: d.ass_id,
+                        tid, rela_id: rela_id || '', ass_type: type, ass_id: d.ass_id,
                         user_id: d.user_id, name: d.name, company: d.company, role: d.role,
                         create_user_id: accountId, update_user_id: accountId,
                     });