智慧农业后台管理
tangzy
2022-06-27 568b782afa3be4b55f617e7330aa1f2c0e54e693
src/main/java/org/springblade/modules/soldrecord/service/impl/SoldrecordServiceImpl.java
@@ -49,8 +49,8 @@
   }
   @Override
   public void updateSold(Integer amount,Long id) {
      baseMapper.updateSold(amount,id);
   public void updateSold(Integer amount,Long id,Double census) {
      baseMapper.updateSold(amount,id,census);
   }
   @Override