@@ -2231,6 +2231,7 @@
<select id="getProjectByNameList" resultType="java.lang.Integer">
select count(1) from rural_project_records a
<where>
+ a.del_flag = 0
<if test="projectNameList!=null and projectNameList.size!=0">
and a.project_name in
<foreach collection="projectNameList" item="projectName" separator="," open="(" close=")">