소스 검색

上传签约清单调整

MaiXinRong 4 년 전
부모
커밋
b965b1e4ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,