智慧农业后台管理
zengh
2022-07-09 764f066d8d459b49da0bdafa8abbcb98672365ef
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