| | |
| | | |
| | | 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; |
| | |
| | | |
| | | //查询落后单体总数 |
| | | @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(); |