| | |
| | | |
| | | <resultMap id="baseMap" type="com.mes.rawglassdetails.entity.RawGlassStorageDetails"> |
| | | <result column="device_id" property="deviceId"/> |
| | | <result column="slot" property="slotId"/> |
| | | <result column="slot" property="slot"/> |
| | | <result column="pattern_width" property="patternWidth"/> |
| | | <result column="pattern_height" property="patternHeight"/> |
| | | <result column="pattern_thickness" property="patternThickness"/> |
| | |
| | | T.ENABLE_STATE |
| | | FROM RAW_GLASS_STORAGE_STATION T |
| | | LEFT JOIN RAW_GLASS_STORAGE_DETAILS T1 ON T.DEVICE_ID = T1.DEVICE_ID |
| | | AND T.SLOT = T1.SLOT_ID |
| | | AND T.SLOT = T1.SLOT |
| | | AND T1.STATE = 100 |
| | | </select> |
| | | </mapper> |