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