| | |
| | | ogd.glass_address, |
| | | ogd.glass_child, |
| | | r.patch_num, |
| | | od.width, |
| | | od.height, |
| | | ogd.child_width as width, |
| | | ogd.child_height as height, |
| | | od.shape, |
| | | r.patch_type, |
| | | r.patch_reason, |
| | |
| | | and r.quality_inspector regexp #{patchLog.qualityInspector} |
| | | </if> |
| | | <if test="patchLog.width != null and patchLog.width != ''"> |
| | | and od.width regexp #{patchLog.width} |
| | | and ogd.child_width regexp REGEXP_REPLACE(#{patchLog.width},'\\.0+$','') |
| | | </if> |
| | | <if test="patchLog.height != null and patchLog.height != ''"> |
| | | and od.height regexp #{patchLog.height} |
| | | and ogd.child_height regexp REGEXP_REPLACE(#{patchLog.height},'\\.0+$','') |
| | | </if> |
| | | <if test="patchLog.shape != null and patchLog.shape != ''"> |
| | | and od.shape regexp #{patchLog.shape} |
| | |
| | | and r.quality_inspector regexp #{patchLog.qualityInspector} |
| | | </if> |
| | | <if test="patchLog.width != null and patchLog.width != ''"> |
| | | and od.width regexp #{patchLog.width} |
| | | and ogd.child_width regexp REGEXP_REPLACE(#{patchLog.width},'\\.0+$','') |
| | | </if> |
| | | <if test="patchLog.height != null and patchLog.height != ''"> |
| | | and od.height regexp #{patchLog.height} |
| | | and ogd.child_height regexp REGEXP_REPLACE(#{patchLog.height},'\\.0+$','') |
| | | </if> |
| | | <if test="patchLog.shape != null and patchLog.shape != ''"> |
| | | and od.shape regexp #{patchLog.shape} |
| | |
| | | dd.technology_number as technologyNumber, |
| | | ogd.glass_address as glassAddress, |
| | | dd.breakage_quantity-dd.quantity as patchNum, |
| | | od.width, |
| | | od.height, |
| | | ogd.child_width as width, |
| | | ogd.child_height as height, |
| | | od.shape, |
| | | dd.responsible_process as responsibleProcess, |
| | | rw.this_process as patchProcesses, |
| | |
| | | and rw.quality_inspector regexp #{patchLogAddDTO.qualityInspector} |
| | | </if> |
| | | <if test="patchLogAddDTO.width != null and patchLogAddDTO.width != ''"> |
| | | and od.width regexp #{patchLogAddDTO.width} |
| | | and ogd.child_width regexp REGEXP_REPLACE(#{patchLogAddDTO.width},'\\.0+$','') |
| | | </if> |
| | | <if test="patchLogAddDTO.height != null and patchLogAddDTO.height != ''"> |
| | | and od.height regexp #{patchLogAddDTO.height} |
| | | and ogd.child_height regexp REGEXP_REPLACE(#{patchLogAddDTO.height},'\\.0+$','') |
| | | </if> |
| | | <if test="patchLogAddDTO.shape != null and patchLogAddDTO.shape != ''"> |
| | | and od.shape regexp #{patchLogAddDTO.shape} |