修改门诊退费接口和收费室权限
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user