src/main/java/org/springblade/modules/recovery/controller/RecoveryController.java
@@ -102,6 +102,7 @@ //采收 record.setType("12"); record.setLandId(recovery.getLandId()); record.setStrainId(recovery.getStrainId()); record.setOperator(recovery.getOperator()); Strain strain = strainService.getById(recovery.getStrainId()); record.setContent("品种: " + strain.getStrainName() + ", 重量:" + recovery.getWeight());