修改病案缴费接口

This commit is contained in:
sangchengzhi
2026-01-26 17:57:47 +08:00
parent fb732e8445
commit 9073957bf0
2 changed files with 12 additions and 7 deletions

View File

@@ -256,11 +256,14 @@ public class XmlUtil {
str.append(vo.getYbtcamount());
str.append("</YBTCAmount>");
if (vo.getYboutmsg() != null || vo.getYboutmsg() != ""){
yboutmsg = vo.getYboutmsg();
str.append("<YBOutMsg>");
str.append(vo.getYboutmsg());
str.append("</YBOutMsg>");
}else {
str.append("<YBOutMsg>");
str.append("</YBOutMsg>");
}
str.append("<YBOutMsg>");
str.append(yboutmsg);
str.append("</YBOutMsg>");
str.append("<HisOperNum>");
str.append(vo.getHisopernum());
str.append("</HisOperNum>");