MaiXinRong 4 лет назад
Родитель
Сommit
c7e32f4f64
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/service/pos.js

+ 1 - 1
app/service/pos.js

@@ -47,7 +47,7 @@ module.exports = app => {
             if (ids instanceof Array && ids.length > 0) {
                 const sql = 'SELECT id, tid, lid, name, quantity, position, drawing_code,' +
                     '    sgfh_qty, sjcl_qty, qtcl_qty, add_stage, add_times, add_user, sgfh_expr, sjcl_expr, qtcl_expr, real_qty,' +
-                    '    dagl_status, gbxy_status' +
+                    '    dagl_status, gxby_status' +
                     '  FROM ' + this.tableName +
                     '  WHERE id in (' + this.ctx.helper.getInArrStrSqlFilter(ids) + ')';
                 return await this.db.query(sql, []);