@@ -423,8 +423,9 @@
where p.pname=#{pname,jdbcType=VARCHAR}
</select>
<select id="selectPidList" resultType="string">
- select p.pname
+select p.pname
from project_size p
-where pid=#{pid,jdbcType=VARCHAR}
+where status=0
+and pid=#{pid,jdbcType=VARCHAR}
</mapper>