执法结果响应类

zhangtao
dongdingding 1 year ago
parent 6065a17d4f
commit 9ee6bacbf4

@ -222,9 +222,5 @@ public class BPlanEnterpriseZhifaResponse {
@ApiModelProperty(value = "上次检查时间") @ApiModelProperty(value = "上次检查时间")
private Date examineEndTime; private Date examineEndTime;
/**
* id
*/
@ApiModelProperty(value = "检查表id")
private Long eid;
} }

@ -119,7 +119,7 @@
c.RISK_LEVEL as riskLevel, c.RISK_LEVEL as riskLevel,
c.STAND_LEVEL as standLevel, c.STAND_LEVEL as standLevel,
c.EXAMINE_END_TIME as examineEndTime, c.EXAMINE_END_TIME as examineEndTime,
c.id as eid,
CASE WHEN b.ent_code IS NOT NULL THEN 1 ELSE 2 END AS isPoint CASE WHEN b.ent_code IS NOT NULL THEN 1 ELSE 2 END AS isPoint
FROM b_plan_enterprise a FROM b_plan_enterprise a
LEFT JOIN b_key_enterprise b ON a.enterprise_id = b.ent_code LEFT JOIN b_key_enterprise b ON a.enterprise_id = b.ent_code

Loading…
Cancel
Save