更新新的论坛地址

This commit is contained in:
stivepeim
2022-11-08 11:46:34 +08:00
parent d3b93d20fd
commit 8f43328b60
2 changed files with 3 additions and 3 deletions

View File

@@ -314,7 +314,7 @@ public class OrderServiceImpl implements OrderService {
Boolean execute = transactionTemplate.execute(e -> {
storeOrderService.updateById(existStoreOrder);
storeOrderStatusService.createLog(existStoreOrder.getId(), Constants.ORDER_LOG_REFUND_APPLY, "用户申请退款原因:" + request.getExplain());
storeOrderStatusService.createLog(existStoreOrder.getId(), Constants.ORDER_LOG_REFUND_APPLY, "用户申请退款原因:" + request.getText());
return Boolean.TRUE;
});