Browse Source

重复问题解决

FLH 1 month ago
parent
commit
63730e53b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      3.Service/XYY.Service.Standard.ChannelApi/HuaLei/Api.cs

+ 1 - 1
3.Service/XYY.Service.Standard.ChannelApi/HuaLei/Api.cs

@@ -747,7 +747,7 @@ namespace XYY.Service.Standard.ChannelApi.HuaLei
                     bgNumber = SystemNo + "-" + DateTimeToStamp(DateTime.Now);
                 }
 
-                if (channel.Id == 708 || channel.Id == 836)
+                if (channel.Id == 708 || channel.Id == 836 || arg.IsReplate)
                 {
                     bgNumber += _order_OrderPrintQtyRepository.GetPackagePrintQty(order.SystemNo);
                 }