| | |
| | | |
| | | <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"/> |
| | | <result column="films_id" property="filmsId"/> |
| | | <result column="create_time" property="createTime"/> |
| | | <result column="remain_quantity" property="remainQuantity"/> |
| | | <result column="enable_state" property="state"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | T1.PATTERN_THICKNESS, |
| | | T1.FILMS_ID, |
| | | T1.CREATE_TIME, |
| | | T1.REMAIN_QUANTITY |
| | | T1.REMAIN_QUANTITY, |
| | | 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> |