From e46aa927d231af83724683c7286d9db503e24cf7 Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期二, 10 六月 2025 11:46:20 +0800 Subject: [PATCH] 1 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/OrderrowsService.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/OrderrowsService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/OrderrowsService.cs" index 1f69e5e..60cb2b7 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/OrderrowsService.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/OrderrowsService.cs" @@ -39,8 +39,6 @@ using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_Core.Enums; using WIDESEAWCS_DTO.BasicInfo; -using WIDESEAWCS_DTO.Enum; -using WIDESEAWCS_DTO.TaskInfo; using WIDESEAWCS_IBasicInfoRepository; using WIDESEAWCS_IBasicInfoService; using WIDESEAWCS_Model.Models; @@ -52,7 +50,7 @@ private readonly IOrderDetailsService _orderDetailsService; public OrderrowsService(IOrderrowsRepository BaseDal, IOrderDetailsService orderDetailsService) : base(BaseDal) { - _orderDetailsService=orderDetailsService; + _orderDetailsService = orderDetailsService; } public WebResponseContent SetOrderrows(Object OrderRequ) @@ -96,6 +94,8 @@ Orderdetails_num = itemt.num, Orderdetails_grain = itemt.grain, Orderrowsid = orderid, + Orderdetails_name = itemt.name, + Orderdetails_productName = itemt.baseName }; _orderDetailsService.AddData(orderDetails); -- Gitblit v1.9.3