tangzy
2021-11-09 39caebba35fc84824f5cd51d189fe322d5145803
src/main/java/org/springblade/modules/mountainrain/controller/ss.java
@@ -16,7 +16,7 @@
@Component
public class ss {
   @Autowired
   private  IRegionWeightService regionWeightService;
   private IRegionWeightService regionWeightService;
   @Autowired
   private IMountainrainService mountainrainService;
@@ -67,14 +67,16 @@
               }
            }
         }
         if (v1 > 60) {
            mountainrainService.soleInster(stcd, "60",dateNow);
         } else {
            String a = String.valueOf(v1);
            mountainrainService.soleInster(stcd, a,dateNow);
         if (stcd!=null) {
            if (v1 > 60) {
               mountainrainService.soleInster(stcd, "60", dateNow);
            } else {
               String a = String.valueOf(v1);
               mountainrainService.soleInster(stcd, a, dateNow);
            }
         }
      }
      }
      return R.success("成功");
   }