fwq
2024-07-31 f816b5c1663f99bad3ffd7082240d3ea03d227d1
其-部分退款-药品卡项BUG修复
1个文件已修改
4 ■■■■ 已修改文件
phi_platform_user/src/main/java/com/hx/phip/tool/refund/OrderRefundCancelTool.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
phi_platform_user/src/main/java/com/hx/phip/tool/refund/OrderRefundCancelTool.java
@@ -602,7 +602,7 @@
        refundCarryVo.setCashPurenessTotal(refundRecordItem.getCashPurenessTotal().negate());
        refundCarryVo.setRechargeTotal(refundRecordItem.getRechargeTotal().negate());
        refundCarryVo.setIncrementTotal(refundRecordItem.getIncrementTotal().negate());
        refundCarryVo.setCashTotal(refundRecordItem.getCashTotal().negate());
        refundCarryVo.setCashMoney(refundRecordItem.getCashMoney().negate());
        refundCarryVo.setCashIntegralMoney(refundRecordItem.getCashIntegralMoney().negate());
        //更新子订单信息
@@ -1068,7 +1068,7 @@
        refundCarryVo.setRechargeTotal(refundRecordItem.getRechargeTotal().negate());
        refundCarryVo.setIncrementTotal(refundRecordItem.getIncrementTotal().negate());
        refundCarryVo.setCashTotal(refundRecordItem.getCashTotal().negate());
        refundCarryVo.setCashMoney(refundRecordItem.getCashMoney().negate());
        refundCarryVo.setCashIntegralMoney(refundRecordItem.getCashIntegralMoney().negate());
        //更新子订单信息