新增了上传手机型号接口2
This commit is contained in:
parent
c89c786fde
commit
204573f557
@ -86,4 +86,7 @@ public class CaseplatformCaseVO {
|
||||
|
||||
@ApiModelProperty(value = "协议地址")
|
||||
private String signLinkPc = "";
|
||||
|
||||
@ApiModelProperty(value = "手机型号")
|
||||
private String mobileModel;
|
||||
}
|
||||
@ -7,6 +7,7 @@
|
||||
SELECT
|
||||
t_caseplatform_case.*,t_caseplatform_user.uid,t_caseplatform_user.name userName,
|
||||
t_caseplatform_expert.name expertName,
|
||||
t_caseplatform_expert.mobile_model mobileModel,
|
||||
(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.hospital_name expertHospitalName,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user