长者失能等级不回显问题
This commit is contained in:
parent
5223fe7b0b
commit
5c1facf2c3
|
|
@ -30,7 +30,7 @@
|
||||||
yblxDictItem.item_value = elder.medical_type
|
yblxDictItem.item_value = elder.medical_type
|
||||||
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
|
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
|
||||||
when 'syb' then 'syb_reimbursement_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'
|
when 'jmyb' then 'jmyb_reimbursement_type'
|
||||||
else '' end)
|
else '' end)
|
||||||
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
|
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
yblxDictItem.item_value = elder.medical_type
|
yblxDictItem.item_value = elder.medical_type
|
||||||
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
|
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
|
||||||
when 'syb' then 'syb_reimbursement_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'
|
when 'jmyb' then 'jmyb_reimbursement_type'
|
||||||
else '' end)
|
else '' end)
|
||||||
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
|
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
yblxDictItem.item_value = elder.medical_type
|
yblxDictItem.item_value = elder.medical_type
|
||||||
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
|
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
|
||||||
when 'syb' then 'syb_reimbursement_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'
|
when 'jmyb' then 'jmyb_reimbursement_type'
|
||||||
else '' end)
|
else '' end)
|
||||||
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
|
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
yblxDictItem.item_value = elder.medical_type
|
yblxDictItem.item_value = elder.medical_type
|
||||||
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
|
LEFT JOIN sys_dict sndjDict on sndjDict.dict_code = (case elder.medical_type
|
||||||
when 'syb' then 'syb_reimbursement_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'
|
when 'jmyb' then 'jmyb_reimbursement_type'
|
||||||
else '' end)
|
else '' end)
|
||||||
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
|
LEFT JOIN sys_dict_item sndjDictItem on sndjDictItem.dict_id = sndjDict.id and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue