@ -367,7 +367,7 @@ public class FmProjectMilestoneServiceImpl extends BaseServiceImpl<FmProjectMile
FmProjectMilestoneEntity byId = getById(fmProjectMilestone.getId());
Long userId = AuthUtil.getUserId();
if (!userId.toString().equals(fmProjectMilestone.getMilestoneMan())) {
if (!userId.toString().equals(fmProjectMilestone.getMilestoneManId())) {
throw new RuntimeException("非里程碑负责人没有执行权限");
}