|
@@ -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, []);
|