|
|
@@ -182,7 +182,7 @@ namespace Dongke.IBOSS.PRD.Service.PDAModuleLogic
|
|
|
TPED.BARCODE = '{barCode}'
|
|
|
ORDER BY TPED.CREATETIME DESC";
|
|
|
dt = conn.GetSqlResultToDt(sqlStr);
|
|
|
- if (dt.Rows.Count > 0 && (dt.Rows[0]["dt.Rows"].Equals("1") || dt.Rows[0]["dt.Rows"].Equals("3")))
|
|
|
+ if (dt.Rows.Count > 0 && (dt.Rows[0]["DOFUNCTION"].Equals("1") || dt.Rows[0]["DOFUNCTION"].Equals("3")))
|
|
|
{
|
|
|
sre.Status = Constant.ServiceResultStatus.Other;
|
|
|
sre.Message = "产品" + barCode + "已在装具" + dt.Rows[0]["EntruckingCode"] + "上"; ;
|