5555
This commit is contained in:
parent
e2af4be4ef
commit
2ab6aa9689
@ -253,6 +253,7 @@ public class CaseplatformCaseExcelController {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// 结算导出
|
||||
@ApiOperation("结算导出")
|
||||
@GetMapping("/caseplatformCase/settlementExcel1")
|
||||
@ -317,6 +318,7 @@ public class CaseplatformCaseExcelController {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user