| | |
| | | <resultMap id="BaseResultMap" type="com.yuanchu.mom.pojo.InsUnPass"> |
| | | <id property="id" column="id" jdbcType="INTEGER"/> |
| | | <result property="sample" column="sample" jdbcType="VARCHAR"/> |
| | | <result property="inspectionItems" column="inspection_items" jdbcType="VARCHAR"/> |
| | | <result property="inspectionItem" column="inspection_item" jdbcType="VARCHAR"/> |
| | | <result property="inspectionItemSubclass" column="inspection_item_subclass" jdbcType="VARCHAR"/> |
| | | <result property="lastValue" column="last_value" jdbcType="VARCHAR"/> |
| | | <result property="model" column="model" jdbcType="VARCHAR"/> |
| | |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | <select id="pageInsUnPass" resultType="com.yuanchu.mom.dto.UnPassPageDto"> |
| | | select * |
| | | from ins_un_pass iu |
| | | SELECT * FROM |
| | | ins_un_pass iu |
| | | <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''"> |
| | | ${ew.customSqlSegment} |
| | | </if> |
| | | </select> |
| | | </mapper> |
| | | </mapper> |