This commit is contained in:
wucongxing8150 2025-07-10 13:35:53 +08:00
parent e2af4be4ef
commit 2ab6aa9689
2 changed files with 3 additions and 1 deletions

View File

@ -253,6 +253,7 @@ public class CaseplatformCaseExcelController {
}
}
/*
// 结算导出
@ApiOperation("结算导出")
@GetMapping("/caseplatformCase/settlementExcel1")
@ -317,6 +318,7 @@ public class CaseplatformCaseExcelController {
e.printStackTrace();
}
}
*/

View File

@ -11,7 +11,7 @@
(select name from t_area where id=t_caseplatform_expert.city_id) expertCityName,
t_caseplatform_expert.hospital_name expertHospitalName,
-- 新增字段:统计 status=1 的 case 数量
<!--新增字段:统计 status=1 的 case 数量-->
(SELECT COUNT(*) FROM t_caseplatform_case
WHERE t_caseplatform_case.expert_id = t_caseplatform_activity_application.expert_id
AND t_caseplatform_case.status = 1) AS caseNum