| | |
| | | t3.cas_two, |
| | | t3.cas_three, |
| | | t3.cas_four, |
| | | t3.interval_frame_type, |
| | | t3.interval_frame_width, |
| | | t3.interval_frame_height, |
| | | t3.interval_frame_type_one, |
| | | t3.interval_frame_width_one, |
| | | t3.interval_frame_height_one, |
| | | t3.interval_frame_type_two, |
| | | t3.interval_frame_width_two, |
| | | t3.interval_frame_height_two, |
| | | t3.interval_frame_type_three, |
| | | t3.interval_frame_width_three, |
| | | t3.interval_frame_height_three, |
| | | t3.interval_frame_type_four, |
| | | t3.interval_frame_width_four, |
| | | t3.interval_frame_height_four, |
| | | t2.width, |
| | | t2.height, |
| | | t2.thickness |
| | |
| | | inner join glass_info t2 on t1.glass_id = t2.glass_id |
| | | inner join hollow_formula_details t3 on t.formula_id = t3.id |
| | | <where> |
| | | t.state in (0,1,2) |
| | | 1=1 |
| | | <if test="glassId != null and glassId !=''"> |
| | | and t1.glass_id = #{glassId} |
| | | </if> |
| | |
| | | <if test="cell != null and cell !=''"> |
| | | and t.cell = #{cell} |
| | | </if> |
| | | |
| | | </where> |
| | | limit 1 |
| | | </select> |