Browse Source

去除部分注释, 修改大屏问题列表接口

zhanghao 4 months ago
parent
commit
5afb608dbc

+ 0 - 6
project-zcustom/src/main/java/com/project/zcustom/controller/service/PlatEmployeeController.java

@@ -43,12 +43,6 @@ public class PlatEmployeeController extends BaseController {
         return AjaxResult.success("查询成功", platEmployeeTypeService.getChartsFlowData(appOrg));
     }
 
-//
-//    @RequestMapping("/getAgePieData")
-//    public AjaxResult getAgePieData(@RequestParam String appOrg) {
-//        return AjaxResult.success("查询成功", platEmployeeTypeService.getAgePieData(appOrg));
-//    }
-
 
     @RequestMapping("/getSexChartData")
     public AjaxResult getSexChartData(@RequestParam String appOrg) {

+ 0 - 17
project-zcustom/src/main/java/com/project/zcustom/controller/service/PlatEmployeeHealthController.java

@@ -37,21 +37,4 @@ public class PlatEmployeeHealthController extends BaseController {
         return AjaxResult.success("查询成功", platEmployeeHealthIllnessService.getIllnessChartData(appOrg));
     }
 
-
-
-
-
-//
-//    @RequestMapping("/getHealthPieData/{appOrg}")
-//    public AjaxResult getHealthPieData(@PathVariable String appOrg) {
-//        return AjaxResult.success("查询成功", platEmployeeHealthService.getHealthPieData(appOrg));
-//    }
-
-//
-//    @RequestMapping("/getHealthIllnessBrokenData/{appOrg}")
-//    public AjaxResult getHealthIllnessBrokenData(@PathVariable String appOrg) {
-//        return AjaxResult.success("查询成功", platEmployeeHealthChartService.getHealthBrokenData(appOrg,1));
-//    }
-
-
 }

+ 2 - 1
project-zcustom/src/main/resources/mapper/zcustom/unit/LargeIssueMapper.xml

@@ -156,7 +156,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         a.id,
         title,description,person,
         `status`,
-        a.create_time
+        a.create_time,
+        DATE(a.create_time) AS create_date
         FROM
         large_plat_issue a
         LEFT JOIN large_plat_project b ON a.project_id = b.id