no message

This commit is contained in:
cb 2025-05-29 18:13:16 +08:00
parent 36767a00bf
commit 8e09f2aaf6
1 changed files with 2 additions and 2 deletions

View File

@ -830,14 +830,14 @@ public class OrderMasterController extends BaseController {
param.setOrderDetailId(detail.getId());
List<OrderAttachmentRecord> orderAttachmentRecordList = orderAttachmentRecordService.selectOrderAttachmentRecordList(param);
for (OrderAttachmentRecord orderAttachmentRecord:orderAttachmentRecordList){
if (StringUtils.isEmpty(orderAttachmentRecord.getPaymentId())){
if (record!=null&&record.getPayStatus()==0){
totalChangeMoney = totalChangeMoney.add(orderAttachmentRecord.getAttachMoney());
}else{
paymentMoney = paymentMoney.add(orderAttachmentRecord.getAttachMoney());
}
}
logger.info("未支付的加价订单{}加价配件订单列表{}",record,orderAttachmentRecordList);
}
logger.info("列表中已支付的金额{}已支付的加价金额{}",paymentMoney,changePaymentMoney);
// 地址信息
CustomerAddress customerAddress = addressService.selectByCustomerAddressId(master.getAddressId());
SysArea sysArea;