whycrzh
2021-01-28 c8332186836b3dfe1fbd32d7bec7cd29a57e1888
src/main/java/com/fgkj/controller/Batt_Maint_DealarmController.java
@@ -6,6 +6,7 @@
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;
@@ -16,7 +17,7 @@
@RequestMapping("battMainDeAlarm")
@RestController
@Api
@Api(tags = "battMainDeAlarm接口")
public class Batt_Maint_DealarmController{
@@ -27,6 +28,7 @@
   //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();
@@ -37,6 +39,7 @@
   
   //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();
@@ -51,6 +54,7 @@
   
   //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();