@ -318,4 +318,9 @@ public class EnforcementRegistration {
*/
private Integer hasEvaluate;
/**
* 其他原因
private String otherReasons;
}
@ -519,7 +519,7 @@
GROUP BY enterprise_number
) ent_count ON er.enterprise_number = ent_count.enterprise_number
<where>
er.is_submit = 1
<!--er.is_submit = 1-->
<if test="bo.enterpriseId != null and bo.enterpriseId != ''">
AND er.enterprise_id = #{bo.enterpriseId}
</if>