|
|
|
@ -48,6 +48,8 @@ |
|
|
|
<result column="YIELD_ORDER_TYPE" property="yieldOrderType"/> |
|
|
|
<result column="YIELD_ORDER_TYPE" property="yieldOrderType"/> |
|
|
|
<result column="YIELD_ORDER_ID" property="yieldOrderId"/> |
|
|
|
<result column="YIELD_ORDER_ID" property="yieldOrderId"/> |
|
|
|
<result column="RECEIVE_DATE" property="receiveDate"/> |
|
|
|
<result column="RECEIVE_DATE" property="receiveDate"/> |
|
|
|
|
|
|
|
<result column="STANDARD_WORK_MINUTE" property="standardWorkMinute"/> |
|
|
|
|
|
|
|
<result column="PREPARE_WORK_MINUTE" property="prepareWorkMinute"/> |
|
|
|
</resultMap> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
|
|
<select id="selectInspectionTaskPage" resultMap="inspectionTaskResultMap"> |
|
|
|
<select id="selectInspectionTaskPage" resultMap="inspectionTaskResultMap"> |
|
|
|
|