浏览代码

APP项目规格停用还显示BUG修复

anderx 8 年之前
父节点
当前提交
417a6f3b04
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/main/java/com/goafanti/common/mapper/ProjectSizeMapper.xml

+ 3 - 2
src/main/java/com/goafanti/common/mapper/ProjectSizeMapper.xml

@@ -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}
   </select>
 </mapper>