feiyue 3 лет назад
Родитель
Сommit
feeae7113a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      DK.Service/PDAModuleLogic/PDAModuleLogicEntrucking.cs

+ 1 - 1
DK.Service/PDAModuleLogic/PDAModuleLogicEntrucking.cs

@@ -815,7 +815,7 @@ namespace Dongke.IBOSS.PRD.Service.PDAModuleLogic
 						else
 						{
 							sre.Status = Constant.ServiceResultStatus.Other;
-							sre.Message = "产品" + barCode + "不在装具" + dt.Rows[0]["EntruckingCode"] + "上"; 
+							sre.Message = "产品" + barCode + "不在装具" + entruckingCode + "上"; 
 						}
 					}
 				}