This commit is contained in:
shuo.wang
2025-06-06 10:59:29 +08:00
parent b90c325c1a
commit d6051898c0

View File

@@ -225,6 +225,7 @@ public class LinePayServiceImpl implements LinePayService {
} else {
linePayDAO.updateLinePay(linePayDO);
}
linePayDO.setPaymentReceiptCode(linePayById.getPaymentReceiptCode());
} else {
linePayDO.setPaymentReceiptCode(getPaymentReceiptCode());
Long payId = linePayDAO.addLinePay(linePayDO);
@@ -234,6 +235,7 @@ public class LinePayServiceImpl implements LinePayService {
shopStageInfoDAO.updateShopStageInfo(request.getShopId(), ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_72);
}
//推送数据
this.pushPayInfo(request.getShopId(), linePayDO);
return linePayDO.getId();
} else {