修改病案缴费接口
This commit is contained in:
@@ -256,11 +256,14 @@ public class XmlUtil {
|
|||||||
str.append(vo.getYbtcamount());
|
str.append(vo.getYbtcamount());
|
||||||
str.append("</YBTCAmount>");
|
str.append("</YBTCAmount>");
|
||||||
if (vo.getYboutmsg() != null || vo.getYboutmsg() != ""){
|
if (vo.getYboutmsg() != null || vo.getYboutmsg() != ""){
|
||||||
yboutmsg = vo.getYboutmsg();
|
|
||||||
}
|
|
||||||
str.append("<YBOutMsg>");
|
str.append("<YBOutMsg>");
|
||||||
str.append(yboutmsg);
|
str.append(vo.getYboutmsg());
|
||||||
str.append("</YBOutMsg>");
|
str.append("</YBOutMsg>");
|
||||||
|
}else {
|
||||||
|
str.append("<YBOutMsg>");
|
||||||
|
str.append("</YBOutMsg>");
|
||||||
|
}
|
||||||
|
|
||||||
str.append("<HisOperNum>");
|
str.append("<HisOperNum>");
|
||||||
str.append(vo.getHisopernum());
|
str.append(vo.getHisopernum());
|
||||||
str.append("</HisOperNum>");
|
str.append("</HisOperNum>");
|
||||||
|
|||||||
@@ -1313,9 +1313,11 @@ public class HsjcService {
|
|||||||
// str.append("0.00");
|
// str.append("0.00");
|
||||||
// str.append("</YBTCAmount>");
|
// str.append("</YBTCAmount>");
|
||||||
|
|
||||||
|
if (vo.getYboutmsg() != null && !vo.getYboutmsg().isEmpty()) {
|
||||||
str.append("<YBOutMsg>");
|
str.append("<YBOutMsg>");
|
||||||
str.append(vo.getYboutmsg());
|
str.append(vo.getYboutmsg());
|
||||||
str.append("</YBOutMsg>");
|
str.append("</YBOutMsg>");
|
||||||
|
}
|
||||||
str.append("<HisOperNum>");
|
str.append("<HisOperNum>");
|
||||||
str.append(vo.getHisopernum());
|
str.append(vo.getHisopernum());
|
||||||
str.append("</HisOperNum>");
|
str.append("</HisOperNum>");
|
||||||
|
|||||||
Reference in New Issue
Block a user