更新版本20201229修改查询门诊号错误

zengwh 5 years ago
parent 25ab9bd5a1
commit ca8280e813

@ -646,7 +646,7 @@
and sysFlag = #{sysFlag}
</if>
<if test="jzh != null and jzh != ''">
and jzh = #{jzh}
and zyh = #{jzh}
</if>
<if test="filePath != null and filePath != ''">
and SycObj = #{filePath}

@ -143,7 +143,7 @@ function onloadPdf(){
for(var i = 0;i<detailIdArr.length;i++){
if(detailIdArr[i] != ''){
count++;
filePath = detailIdArr[i].replaceAll("\'","");
filePath = detailIdArr[i].replace("\'","").replace("\'","");
}
}
if (count == 1) {

Loading…
Cancel
Save