MaiXinRong před 4 roky
rodič
revize
c7e32f4f64
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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, []);