MaiXinRong 2 years ago
parent
commit
57fa2b3d3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/change_pos.js

+ 1 - 1
app/service/change_pos.js

@@ -30,7 +30,7 @@ module.exports = app => {
                 columns: ['id', 'tid', 'lid', 'name', 'quantity', 'position', 'drawing_code', 'sgfh_qty', 'sjcl_qty',
                     'qtcl_qty', 'in_time', 'porder', 'add_stage', 'sgfh_expr', 'sjcl_expr', 'qtcl_expr', 'real_qty',
                     'dagl_status', 'dagl_url', 'gxby_status', 'gxby_limit', 'dagl_limit', 'dagl_status',
-                    'ex_memo1', 'ex_memo2', 'ex_memo3', 'ccid'],
+                    'ex_memo1', 'ex_memo2', 'ex_memo3', 'ccid', 'formc'],
                 order: [['porder', 'ASC']],
             });
         }