|  | @@ -48,7 +48,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, p.dagl_url, gxby_status' +
 | 
	
		
			
				|  |  | +                    '    dagl_status, dagl_url, gxby_status' +
 | 
	
		
			
				|  |  |                      '  FROM ' + this.tableName +
 | 
	
		
			
				|  |  |                      '  WHERE id in (' + this.ctx.helper.getInArrStrSqlFilter(ids) + ')';
 | 
	
		
			
				|  |  |                  return await this.db.query(sql, []);
 |