浏览代码

空派单价取值调整

lzk 1 周之前
父节点
当前提交
cbe40a1e79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      2.Data/XYY.Data.Strandard/Order/FBAOrderRepository.cs

+ 1 - 1
2.Data/XYY.Data.Strandard/Order/FBAOrderRepository.cs

@@ -515,7 +515,7 @@ where ISNULL(a.Target,{(int)target})={(int)target} and b.OrderId in @Id ";
                                     select  LEFT(b.ZipCode,c.StartQty) as ZipSrart ,c.StartQty,a.FristWeight,a.FristFee,a.ContinuedWeight,a.ContinuedFee from Logistics_ExpressFeeArea(nolock)c join
 	                                     Logistics_ExpressFeeGrads  (nolock)a on c.ExpressId = a.Expressid and a.BaseId = {fee.Id}
 	                                    join Logistics_ExpressFeeAreaDetail(nolock)b on a.Countory=b.AreaCode and a.Expressid=b.ExpressId
-	                                    where a.MaxWeight>{dto.gWeight}  
+	                                    where a.MaxWeight>{dto.gWeight*1000} 
 	                                    order by a.MaxWeight	 
 	                                         ")).ToList();