3333
This commit is contained in:
parent
edad34ca13
commit
5eaf4031bf
@ -15,6 +15,9 @@ public class StatisticsExpertVO {
|
||||
@ApiModelProperty(value = "专家姓名")
|
||||
private String name;
|
||||
|
||||
@ApiModelProperty(value = "专家手机号")
|
||||
private String mobile;
|
||||
|
||||
@ApiModelProperty(value = "省份")
|
||||
private String provName;
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user