修改病案缴费接口
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user