MaiXinRong 3 年之前
父節點
當前提交
50b2f975ff
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/service/pos.js

+ 0 - 1
app/service/pos.js

@@ -29,7 +29,6 @@ module.exports = app => {
                 where: condition,
                 columns: column || ['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_url', 'gxby_limit', 'dagl_limit',
                     'ex_memo1', 'ex_memo2', 'ex_memo3'],
                 order: [['porder', 'ASC']],
             });