田爽 1 năm trước cách đây
mục cha
commit
34862d55da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Hotline.Api/Controllers/OrderController.cs

+ 1 - 1
src/Hotline.Api/Controllers/OrderController.cs

@@ -2345,7 +2345,7 @@ public class OrderController : BaseController
             {
                 var publishHistory = _mapper.Map<OrderPublishHistory>(publish);
                 publishHistory.OrderPublishId = publish.Id;
-                publishHistory.ArrangeTitleBefor = publish.ArrangeTitle;
+                publishHistory.ArrangeTitleAfter = publish.ArrangeTitle;
                 publishHistory.ArrangeTitleBefor = publish.ArrangeTitle;
                 publishHistory.ArrangeContentAfter = publish.ArrangeContent;
                 publishHistory.ArrangeContentBefor = publish.ArrangeContent;