|
|
|
@ -121,7 +121,6 @@ |
|
|
|
|
<result property="updateTime" column="update_time"/> |
|
|
|
|
<result property="updateBy" column="update_by"/> |
|
|
|
|
<result property="returnOrNot" column="return_or_not"/> |
|
|
|
|
<result property="type" column="type"/> |
|
|
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
<resultMap id="entrustmentVO" type="digital.laboratory.platform.entrustment.vo.EntrustmentVO" extends="entrustmentMap"> |
|
|
|
@ -275,8 +274,7 @@ |
|
|
|
|
e.entrust_requirement, |
|
|
|
|
e.post_address, |
|
|
|
|
e.return_or_not, |
|
|
|
|
e.is_trans, |
|
|
|
|
e.type |
|
|
|
|
e.is_trans |
|
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
<sql id="getEntrustmentVOSQL"> |
|
|
|
|