修改病案缴费接口

This commit is contained in:
sangchengzhi
2026-01-26 09:35:27 +08:00
parent a2420d61fd
commit fb732e8445
3 changed files with 5 additions and 3 deletions

View File

@@ -2216,7 +2216,7 @@ public class XmlUtil {
str.append(vo.getOrderno());
str.append("</PowerTranID>");
str.append("<Pages>");
str.append(vo.getPages());
str.append(vo.getPages()*vo.getCopies());
str.append("</Pages>");
str.append("<ZFamount>");
// 安全的数值减法运算,处理可能的空值和精度问题