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>