|
|
|
|
@ -114,6 +114,7 @@ public class ExamineItemController extends BladeController { |
|
|
|
|
ExamineWay examineWay = examineWayService.getById(wayAndBase.getExamineWayId()); |
|
|
|
|
if (examineWay != null) { |
|
|
|
|
wayAndBase.setExamineWayName(examineWay.getName()); |
|
|
|
|
wayAndBase.setAnimalSpecies(examineWay.getAnimalSpecies());//添加动物种类
|
|
|
|
|
} |
|
|
|
|
ExamineBasis examineBasis = examineBasisService.getById(wayAndBase.getExamineBasisId()); |
|
|
|
|
if (examineBasis != null) { |
|
|
|
|
@ -145,6 +146,7 @@ public class ExamineItemController extends BladeController { |
|
|
|
|
ExamineWay examineWay = examineWayService.getById(wayAndBase.getExamineWayId()); |
|
|
|
|
if (examineWay != null) { |
|
|
|
|
wayAndBase.setExamineWayName(examineWay.getName()); |
|
|
|
|
wayAndBase.setAnimalSpecies(examineWay.getAnimalSpecies());//添加动物种类
|
|
|
|
|
} |
|
|
|
|
ExamineBasis examineBasis = examineBasisService.getById(wayAndBase.getExamineBasisId()); |
|
|
|
|
if (examineBasis != null) { |
|
|
|
|
|