|
@ -24,7 +24,11 @@ |
|
|
<result property="documentNumber" column="document_number"/> |
|
|
<result property="documentNumber" column="document_number"/> |
|
|
<result property="noticeBegainTime" column="notice_begain_time"/> |
|
|
<result property="noticeBegainTime" column="notice_begain_time"/> |
|
|
<result property="issuingUnit" column="issuing_unit"/> |
|
|
<result property="issuingUnit" column="issuing_unit"/> |
|
|
|
|
|
<result property="feedback" column="feedback"/> |
|
|
|
|
|
<result property="responsibleUnit" column="responsible_unit"/> |
|
|
|
|
|
<result property="feedbackTime" column="feedback_time"/> |
|
|
|
|
|
<result property="responsibleUnitType" column="responsible_unit_type"/> |
|
|
|
|
|
<result property="context" column="context"/> |
|
|
</resultMap> |
|
|
</resultMap> |
|
|
|
|
|
|
|
|
<select id="select" resultMap="RectificationDto"> |
|
|
<select id="select" resultMap="RectificationDto"> |
|
@ -35,6 +39,11 @@ |
|
|
br.notice_begain_time, |
|
|
br.notice_begain_time, |
|
|
br.rectification_attachment, |
|
|
br.rectification_attachment, |
|
|
br.inspection_id, |
|
|
br.inspection_id, |
|
|
|
|
|
br.context, |
|
|
|
|
|
br.feedback, |
|
|
|
|
|
br.responsible_unit, |
|
|
|
|
|
br.feedback_time, |
|
|
|
|
|
br.responsible_unit_type, |
|
|
bz.unit_id, |
|
|
bz.unit_id, |
|
|
bz.rectification_situation |
|
|
bz.rectification_situation |
|
|
FROM |
|
|
FROM |
|
|