@@ -22,7 +22,7 @@ public interface ProjectTaskMapper {
int updateByPrimaryKey(ProjectTask record);
- String updateStaffName(Long pid);
+ int updateStaffName(Long pid);
List<ProjectTaskListOut> selectList(ProjectListInput in);