长者失能等级不回显问题

This commit is contained in:
1378012178@qq.com 2026-01-13 15:06:03 +08:00
parent 5223fe7b0b
commit 5c1facf2c3
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
yblxDictItem.item_value = elder.medical_type
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
when 'syb' then 'syb_reimbursement_type'
when ' zgyb' then 'zgyb_reimbursement_type'
when 'zgyb' then 'zgyb_reimbursement_type'
when 'jmyb' then 'jmyb_reimbursement_type'
else '' end)
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
@ -51,7 +51,7 @@
yblxDictItem.item_value = elder.medical_type
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
when 'syb' then 'syb_reimbursement_type'
when ' zgyb' then 'zgyb_reimbursement_type'
when 'zgyb' then 'zgyb_reimbursement_type'
when 'jmyb' then 'jmyb_reimbursement_type'
else '' end)
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
@ -72,7 +72,7 @@
yblxDictItem.item_value = elder.medical_type
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
when 'syb' then 'syb_reimbursement_type'
when ' zgyb' then 'zgyb_reimbursement_type'
when 'zgyb' then 'zgyb_reimbursement_type'
when 'jmyb' then 'jmyb_reimbursement_type'
else '' end)
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and

View File

@ -13,7 +13,7 @@
yblxDictItem.item_value = elder.medical_type
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
when 'syb' then 'syb_reimbursement_type'
when ' zgyb' then 'zgyb_reimbursement_type'
when 'zgyb' then 'zgyb_reimbursement_type'
when 'jmyb' then 'jmyb_reimbursement_type'
else '' end)
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and