智慧农业后台管理
guoshilong
2022-08-01 60c9b50a2f883e8a5f22a4bc21618c509e2bb76b
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