src/main/java/org/springblade/modules/farmplant/controller/FarmPlantController.java
@@ -195,6 +195,10 @@ //直播 record.setType("11"); } if(farmPlant.getPlantingWay().equals("2")){ //秧苗 record.setType("13"); } record.setLandId(farmPlant.getLandId()); record.setOperator(farmPlant.getCreateUser()); record.setContent("品种: " + farmPlant.getVarieties());