fix
This commit is contained in:
@@ -197,7 +197,8 @@ public class LinePayServiceImpl implements LinePayService {
|
||||
linePayDAO.updateLinePay(linePayDO);
|
||||
} else {
|
||||
linePayDO.setPaymentReceiptCode(getPaymentReceiptCode());
|
||||
linePayDAO.addLinePay(linePayDO);
|
||||
Long payId = linePayDAO.addLinePay(linePayDO);
|
||||
linePayDO.setId(payId);
|
||||
}
|
||||
if (shopSubStageInfo.getShopSubStageStatus().equals(ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_71.getShopSubStageStatus()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user