heheng
2025-01-06 56287f4037defafbd3a3bbebd1827fd20a8b91d4
assess-system/src/main/java/com/gkhy/assess/system/mapper/AssPlanPersonMapper.java
@@ -53,4 +53,10 @@
     */
    List<PersonRecognitionVO> getPersonAndRecognitionCount(List<Long> projectIds);
    /**
     * 查找项目组长人数
     * @param projectId
     * @return
     */
    int getMajorPlanPersonCountByProject(Long projectId);
}