LinePayServiceImpl

This commit is contained in:
guohb
2024-05-15 09:50:53 +08:00
parent cf77d2e1b9
commit 1b9b55335d

View File

@@ -121,7 +121,7 @@ public class LinePayServiceImpl implements LinePayService {
} else {
fillLinePay(Boolean.FALSE, linePayDO, request, partnerUser);
linePayDAO.updateLinePay(linePayDO);
return null;
return linePayDO.getId();
}
}