|
@@ -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);
|
|
|
}
|