Browse Source

上传签约清单调整

MaiXinRong 4 years ago
parent
commit
b965b1e4ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/deal_bills.js

+ 1 - 1
app/service/deal_bills.js

@@ -161,7 +161,7 @@ module.exports = app => {
                     //if (this.ctx.helper.validBillsCode(code)) {
                     if (code) {
                         const data = {
-                            uuid: this.uuid.v4(),
+                            id: this.uuid.v4(),
                             order: bills.length + 1,
                             tender_id: tenderId,
                             code: code,