修改了放心签的验证逻辑1

This commit is contained in:
2025-07-02 16:49:55 +08:00
parent d57329cf1c
commit 09b631436f
6 changed files with 45 additions and 42 deletions
@@ -9,10 +9,13 @@
t_caseplatform_expert.name expertName,
(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
t_caseplatform_expert.hospital_name expertHospitalName,
t_caseplatform_fxq_sign.sign_status signStatus,
t_caseplatform_fxq_sign.sign_link signLink
FROM t_caseplatform_case
left join t_caseplatform_user on t_caseplatform_case.user_id = t_caseplatform_user.id
left join t_caseplatform_expert on t_caseplatform_case.expert_id = t_caseplatform_expert.id
left join t_caseplatform_fxq_sign on t_caseplatform_fxq_sign.expert_id = t_caseplatform_expert.id
<where>
<!--name-->
<if test="queryForm.name != null and queryForm.name != ''">