| | |
| | | <result column="image" jdbcType="BIGINT" property="image" /> |
| | | <result column="director" jdbcType="VARCHAR" property="director" /> |
| | | <result column="d_mobile" jdbcType="VARCHAR" property="dMobile" /> |
| | | <result column="deleted" property="deleted" typeHandler="com.dy.common.mybatis.BooleanTypeHandler" /> |
| | | <result property="deleted" column="deleted" typeHandler="com.dy.common.mybatis.BooleanTypeHandler"/> |
| | | <result column="dt" jdbcType="TIMESTAMP" property="dt" /> |
| | | <result column="remark" jdbcType="VARCHAR" property="remark" /> |
| | | <collection property="params" ofType="com.dy.pmsGlobal.pojoPlt.PltProductParams" fetchType="eager" select="selectParams" column="id" /> |
| | |
| | | </if> |
| | | </trim> |
| | | </select> |
| | | <select id="selectAll" resultType="com.dy.pmsGlobal.pojoPlt.PltProduct"> |
| | | select |
| | | <include refid="Base_Column_List" /> |
| | | from plt_product p |
| | | where p.deleted!=1 |
| | | order by id desc |
| | | </select> |
| | | |
| | | </mapper> |