fix(produce/breed): 接口未实现
produce模块中未实现接口问题(仅使用默认实现代替)
This commit is contained in:
@@ -246,6 +246,11 @@ public class ScBreedRecordServiceImpl implements IScBreedRecordService
|
||||
return scBreedRecordMapper.selectBreedRecordByMatingTime(sheepId, startDate, endDate);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ScBreedRecord getAutomaticBreedMatch(String manageTags) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增配种记录
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user