| | |
| | | <association property="children" resultMap="SampleDefectsChildrenMap" javaType="java.util.List"/> |
| | | </resultMap> |
| | | |
| | | <select id="selectInsOrderPage" resultType="com.yuanchu.mom.dto.SampleOrderDto"> |
| | | <resultMap id="SampleOrderDto" type="com.yuanchu.mom.dto.SampleOrderDto"> |
| | | <id property="id" column="id" jdbcType="INTEGER"/> |
| | | <result property="entrustCode" column="entrust_code" jdbcType="VARCHAR"/> |
| | | <result property="outEntrustCode" column="out_entrust_code" jdbcType="VARCHAR"/> |
| | | <result property="custom" column="custom" jdbcType="VARCHAR"/> |
| | | <result property="company" column="company" jdbcType="VARCHAR"/> |
| | | <result property="code" column="code" jdbcType="VARCHAR"/> |
| | | <result property="type" column="type" jdbcType="INTEGER"/> |
| | | <result property="appointed" column="appointed" jdbcType="TIMESTAMP"/> |
| | | <result property="state" column="state" jdbcType="INTEGER"/> |
| | | <result property="remark" column="remark" jdbcType="VARCHAR"/> |
| | | <result property="rule" column="rule" jdbcType="VARCHAR"/> |
| | | <result property="otcCode" column="otc_code" jdbcType="VARCHAR"/> |
| | | <result property="createUser" column="create_user" jdbcType="INTEGER"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateUser" column="update_user" jdbcType="INTEGER"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | <result property="revocationInsProductIds" column="revocation_ins_product_ids"/> |
| | | <result property="assign" column="assign"/> |
| | | <result property="sampleNum" column="sample_num"/> |
| | | <result property="insProgress" column="insProgress"/> |
| | | <result property="sampleCode" column="sample_code"/> |
| | | <result property="motorNumber" column="motor_number"/> |
| | | <result property="sampleName" column="sample_name"/> |
| | | <result property="sampleModel" column="sample_model"/> |
| | | <result property="name" column="name"/> |
| | | <collection property="reportDtos" ofType="com.yuanchu.mom.dto.ReportDto" resultMap="reportDto"/> |
| | | </resultMap> |
| | | <resultMap id="reportDto" type="com.yuanchu.mom.dto.ReportDto"> |
| | | <result property="reportId" column="reportId"/> |
| | | <result property="url" column="url"/> |
| | | <result property="urlS" column="urlS"/> |
| | | <result property="name" column="name"/> |
| | | </resultMap> |
| | | |
| | | <select id="selectInsOrderPage" resultMap="SampleOrderDto"> |
| | | select * |
| | | from ( |
| | | SELECT |