MaiXinRong 6 년 전
부모
커밋
61d537ade3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/pos.js

+ 1 - 1
app/service/pos.js

@@ -251,7 +251,7 @@ module.exports = app => {
                 const inD = {
                     id: this.uuid.v4(), tid: tid, lid: bills.id,
                     add_stage: 0, add_times: 0, add_user: this.ctx.session.sessionUser.accountId,
-                    in_time: new Date(), order: d.order,
+                    in_time: new Date(), porder: d.order,
                     name: d.name, drawing_code: d.drawing_code,
                 };
                 if (d.quantity) {