@ -18,6 +18,9 @@ public class HygieneRecordDetailVO {
@ApiModelProperty("编码")
private String code;
@ApiModelProperty("单位")
private String unit;
@ApiModelProperty("实际结束时间")
private Date actualEndTime;
@ -4,7 +4,7 @@
<select id="getRecordDetail" resultType="com.hnac.hzims.safeproduct.vo.HygieneRecordDetailVO">
SELECT
code, actual_end_time, check_user, hygiene_zone_ids, check_result,comprehensive_score, week_num,
img_path, hygiene_plan_id, check_time
img_path, hygiene_plan_id, check_time, unit
FROM
hzims_hygiene_record
WHERE