修改病案缴费接口

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

@@ -1313,9 +1313,11 @@ public class HsjcService {
// str.append("0.00");
// str.append("</YBTCAmount>");
str.append("<YBOutMsg>");
str.append(vo.getYboutmsg());
str.append("</YBOutMsg>");
if (vo.getYboutmsg() != null && !vo.getYboutmsg().isEmpty()) {
str.append("<YBOutMsg>");
str.append(vo.getYboutmsg());
str.append("</YBOutMsg>");
}
str.append("<HisOperNum>");
str.append(vo.getHisopernum());
str.append("</HisOperNum>");