This commit is contained in:
wucongxing8150 2025-07-03 14:51:31 +08:00
parent edad34ca13
commit 5eaf4031bf
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@ public class StatisticsExpertVO {
@ApiModelProperty(value = "专家姓名")
private String name;
@ApiModelProperty(value = "专家手机号")
private String mobile;
@ApiModelProperty(value = "省份")
private String provName;

View File

@ -72,7 +72,7 @@
t_caseplatform_case.*,t_caseplatform_user.uid,t_caseplatform_user.name userName,
(select name from t_area where id=t_caseplatform_expert.prov_id) expertProvName,
(select name from t_area where id=t_caseplatform_expert.city_id) expertCityName,
t_caseplatform_expert.name expertName,t_caseplatform_expert.hospital_name expertHospitalName
t_caseplatform_expert.name expertName,t_caseplatform_expert.hospital_name expertHospitalName,
t_caseplatform_fxq_sign.sign_status signStatus,
t_caseplatform_fxq_sign.sign_link_pc signLinkPc
FROM t_caseplatform_case