Browse Source

bug修改

dev_kxc
zth 11 months ago
parent
commit
1682dc1153
  1. 11
      jwtech-system/src/main/resources/mapper/warn/BsSgcJsjdBuiRectificationMapper.xml

11
jwtech-system/src/main/resources/mapper/warn/BsSgcJsjdBuiRectificationMapper.xml

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

Loading…
Cancel
Save