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