| | |
| | | import com.fgkj.services.Batt_Maint_DealarmService; |
| | | import com.fgkj.util.ActionUtil; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | |
| | | |
| | | @RequestMapping("battMainDeAlarm") |
| | | @RestController |
| | | @Api |
| | | @Api(tags = "battMainDeAlarm接口") |
| | | public class Batt_Maint_DealarmController{ |
| | | |
| | | |
| | |
| | | |
| | | //1.1电池信息统计分析查询 |
| | | @GetMapping("byConditionNew") |
| | | @ApiOperation(notes = "",value="电池信息统计分析查询") |
| | | public ServiceModel serchByConditionNew(@RequestBody Batt_Maint_Dealarm bd){ |
| | | // bd=ActionUtil.getGson("yyyy-MM-dd").fromJson(result, Batt_Maint_Dealarm.class); |
| | | User_inf uinf=(User_inf) ActionUtil.getUser(); |
| | |
| | | |
| | | //1.2电池组统计分析查询 |
| | | @GetMapping("low") |
| | | @ApiOperation(notes = "",value="电池组统计分析查询") |
| | | public ServiceModel serchLow(@RequestBody Batt_Maint_Dealarm bd){ |
| | | // bd = ActionUtil.getGson("yyyy-MM-dd HH:mm:ss").fromJson(result, Batt_Maint_Dealarm.class); |
| | | User_inf uinf=(User_inf) ActionUtil.getUser(); |
| | |
| | | |
| | | //1.4电池组性能评估 |
| | | @GetMapping("byCondition") |
| | | @ApiOperation(notes = "",value="电池组性能评估") |
| | | public ServiceModel serchByCondition(@RequestBody Batt_Maint_Dealarm bd){ |
| | | // bd = ActionUtil.getGson("yyyy-MM-dd").fromJson(result, Batt_Maint_Dealarm.class); |
| | | User_inf uinf=(User_inf) ActionUtil.getUser(); |