| | |
| | | <result column="total_thickness" property="totalThickness"/> |
| | | <result column="createTime" property="createTime"/> |
| | | |
| | | <association property="order" javaType="com.example.erp.entity.sd.Order"> |
| | | <result column="order_type" property="orderType"/> |
| | | <result column="customer_name" property="customerName"/> |
| | | <result column="project" property="project"/> |
| | | <result column="order_id" property="orderId"/> |
| | | <result column="batch" property="batch"/> |
| | | <result column="b.processing_note" property="processingNote"/> |
| | | <result column="icon" property="icon"/> |
| | | <result column="packType" property="packType"/> |
| | | <result column="salesman" property="salesman"/> |
| | | <result column="delivery_address" property="deliveryAddress"/> |
| | | <result column="creator" property="creator"/> |
| | | <result column="verifier" property="verifier"/> |
| | | <result column="customer_batch" property="customerBatch"/> |
| | | </association> |
| | | <result column="order_type" property="order.orderType"/> |
| | | <result column="customer_name" property="order.customerName"/> |
| | | <result column="project" property="order.project"/> |
| | | <result column="order_id" property="order.orderId"/> |
| | | <result column="batch" property="order.batch"/> |
| | | <result column="b.processing_note" property="order.processingNote"/> |
| | | <result column="icon" property="order.icon"/> |
| | | <result column="packType" property="order.packType"/> |
| | | <result column="salesman" property="order.salesman"/> |
| | | <result column="delivery_address" property="order.deliveryAddress"/> |
| | | <result column="creator" property="order.creator"/> |
| | | <result column="verifier" property="order.verifier"/> |
| | | <result column="customer_batch" property="order.customerBatch"/> |
| | | |
| | | </resultMap> |
| | | |