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