普通用户申请后,管理员登入查看不到申请列表bug修改

master
wangxh 6 years ago
parent ddc972d0d3
commit 240a0209c5

@ -70,4 +70,5 @@
<appender-ref ref="fileInfoLog"/>
<appender-ref ref="fileErrorLog"/>
</root>
</configuration>

@ -328,7 +328,7 @@
ON
a.patient_id = c.patient_id
LEFT JOIN
(select code,Name from emr_dictionary where parent_id = (select id from emr_dictionary where typeCode = 'apply_type')) emr_dictionary
(select code,Name from emr_dictionary where parent_id = 'apply_type') emr_dictionary
ON
a.apply_type = emr_dictionary.code
LEFT JOIN
@ -408,7 +408,7 @@
ON
a.patient_id = c.patient_id
LEFT JOIN
(select code,Name from emr_dictionary where parent_id = (select id from emr_dictionary where typeCode = 'apply_type')) emr_dictionary
(select code,Name from emr_dictionary where parent_id = 'apply_type') emr_dictionary
ON
a.apply_type = emr_dictionary.code
LEFT JOIN

@ -210,7 +210,7 @@
<div class="page-content-wrapper">
<div class="page-content">
<div class="container-fluid">
<iframe class="row-fluid" style="width:100%;height:100%;" src="${path}/commom/commomList" id="iFrame1" name="iFrame1" scrolling="no" frameborder="0"></iframe>
<iframe class="row-fluid" style="width:100%;height:100%;" src="${path}/commom/commomList" id="iFrame1" name="iFrame1" scrolling="yes" frameborder="0"></iframe>
</div>
</div>
</div>

Loading…
Cancel
Save