|
@@ -28,7 +28,7 @@ module.exports = app => {
|
|
|
return await this.db.select(this.departTableName(condition.tid), {
|
|
|
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',
|
|
|
+ 'qtcl_qty', 'in_time', 'porder', 'add_stage', 'add_stage_order', 'sgfh_expr', 'sjcl_expr', 'qtcl_expr', 'real_qty',
|
|
|
'ex_memo1', 'ex_memo2', 'ex_memo3'],
|
|
|
order: [['porder', 'ASC']],
|
|
|
});
|