后端最新版本同步

This commit is contained in:
Zhang.WH
2025-09-25 10:43:25 +08:00
parent 1276dc4adb
commit c8014404f1
355 changed files with 10070 additions and 5578 deletions

View File

@@ -21,7 +21,9 @@
T3.address,
T3.yb_no,
T3.org_id,
T3.phar_prac_cert_no
T3.phar_prac_cert_no,
T3.dr_profttl_code,
T3.signature
from (
SELECT T1.tenant_id,
T1.id AS practitioner_id,
@@ -39,7 +41,9 @@
T1.address,
T1.yb_no,
T1.org_id,
T1.phar_prac_cert_no
T1.phar_prac_cert_no,
T1.dr_profttl_code,
T1.signature
FROM adm_practitioner AS T1
LEFT JOIN sys_user AS T2 ON T2.user_id = T1.user_id
AND T2.delete_flag = '0'