From 6b58a5461a228b69aef9140d7c90fd184e3715f5 Mon Sep 17 00:00:00 2001 From: wanghaomei <86whm@163.com> Date: Mon, 18 Mar 2024 09:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/BookingCustomerOrder/BookingCustomerOrderService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Myshipping.Application/Service/BookingCustomerOrder/BookingCustomerOrderService.cs b/Myshipping.Application/Service/BookingCustomerOrder/BookingCustomerOrderService.cs index d549f40c..3025085b 100644 --- a/Myshipping.Application/Service/BookingCustomerOrder/BookingCustomerOrderService.cs +++ b/Myshipping.Application/Service/BookingCustomerOrder/BookingCustomerOrderService.cs @@ -1843,7 +1843,7 @@ namespace Myshipping.Application { if (custOrder.BSSTATUS == "已审核") { - throw Oops.Bah("当前状态不能修改"); + throw Oops.Bah("已审核的数据不能修改"); } if (custOrder.BSSTATUS == "已提交")