whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
src/main/java/com/fgkj/controller/Ld9/BadLd9_monController.java
@@ -2,6 +2,7 @@
import com.fgkj.dto.Batt_Maint_Dealarm;
import com.fgkj.dto.ServiceModel;
import com.fgkj.dto.ServiceModelOnce;
import com.fgkj.dto.User_inf;
import com.fgkj.services.Ld9.BadLd9_monService;
import com.fgkj.util.ActionUtil;
@@ -26,16 +27,16 @@
   //查询落后单体总数
   @GetMapping("num")
   @ApiOperation(notes = "",value="查询落后单体总数")
   public ServiceModel searchNums() {
   @ApiOperation(notes = "TODO Table 'web_site.tb_badld9_mon' doesn't exist",value="查询落后单体总数")
   public ServiceModelOnce searchNums() {
      User_inf uinf=(User_inf) ActionUtil.getUser();
      ServiceModel model = service.searchNums(uinf);
      ServiceModelOnce model = service.searchNums(uinf);
      return model;
   }
   
   //落后单体查询:根据条件查询落后单体
   @GetMapping("byInfo")
   @ApiOperation(notes = "",value="落后单体查询:根据条件查询落后单体")
   @ApiOperation(notes = "TODO Table 'web_site.tb_badld9_mon' doesn't exist",value="落后单体查询:根据条件查询落后单体")
   public ServiceModel serchByInfo(@RequestBody Batt_Maint_Dealarm bmd) {
      // Batt_Maint_Dealarm bmd = getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, Batt_Maint_Dealarm.class);
      User_inf uinf=(User_inf) ActionUtil.getUser();