“luojun” hai 7 meses
pai
achega
f755fcaee4

+ 1 - 1
app/workSheetSystem/src/main/java/com/qy/worksheetsystem/model/mapper/ProjectMapper.java

@@ -195,6 +195,6 @@ public interface ProjectMapper {
     @Select("select fid as \"id\",FNAME_L2 as \"name\",FNUMBER as \"number\" from CT_PRO_ProjectType  where fid =  #{id}")
     Map<String, String> getProjectTypeListById(String id);
 
-    @Select("select COUNT(1) from CT_PRO_MemberManagement where CFPROJECTROLEID = #{projectRole} and CFPTYPEID = #{proType}")
+    @Select("select COUNT(1) from CT_PRO_MemberManagement where CFPROJECTROLEID = #{projectRole} and CFPTYPEID = #{proType}  and CFSTATE =1")
     int isManagementByProjectRoleAndProType(String projectRole, String proType);
 }