修改门诊退费接口和收费室权限

This commit is contained in:
sangchengzhi
2026-01-28 16:41:44 +08:00
parent 9073957bf0
commit 2a30428954
7 changed files with 51 additions and 28 deletions

View File

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