fix(produce/breed): 接口未实现

produce模块中未实现接口问题(仅使用默认实现代替)
This commit is contained in:
2026-02-01 21:52:14 +08:00
parent 40fc60ddc9
commit 5a2f59b02d

View File

@@ -246,6 +246,11 @@ public class ScBreedRecordServiceImpl implements IScBreedRecordService
return scBreedRecordMapper.selectBreedRecordByMatingTime(sheepId, startDate, endDate); return scBreedRecordMapper.selectBreedRecordByMatingTime(sheepId, startDate, endDate);
} }
@Override
public ScBreedRecord getAutomaticBreedMatch(String manageTags) {
return null;
}
/** /**
* 新增配种记录 * 新增配种记录
* *