智慧农业后台管理
guoshilong
2022-08-26 54d271cb931f95976993eb69b1b71b91c65ebcc8
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());