heheng
2026-02-02 8bda5d156d97a6f86da6ee068447643a2fff8c4f
multi-system/src/main/resources/mapper/system/ContinuousImproveMapper.xml
@@ -90,4 +90,10 @@
            ci.del_flag = 0
            and ci.id = #{improveId}
    </select>
    <select id="getConStatistic" resultType="int">
        SELECT count(*) FROM `continuous_improve_plan` aa
                                 INNER JOIN continuous_improve bb on aa.improve_id =bb.id
        where bb.del_flag = 0 and bb.company_id = #{companyId} and bb.`year` = #{year}
    </select>
</mapper>