Browse Source

stockIn没传paintcode零件号的问题优化

master
ruoxing.wang 6 days ago
parent
commit
bbff3a446d
  1. 4
      WebService/Function.cs

4
WebService/Function.cs

@ -1086,12 +1086,12 @@ namespace Webservice
([ID] ([ID]
,[barcode] ,[barcode]
,[pass] ,[pass]
,[createTime],Repaint) ,[createTime],Repaint,paintCode)
VALUES VALUES
((select newid()) ((select newid())
,'" + barcode + @"' ,'" + barcode + @"'
,'" + isPass.ToString() + @"' ,'" + isPass.ToString() + @"'
,(select getdate()),'" + repaint + "') "; ,(select getdate()),'" + repaint + "','" + lu_code + "') ";
SqlHelper.ExecuteNonQuery(SqlHelper.SqlConnString, CommandType.Text, sql, null); SqlHelper.ExecuteNonQuery(SqlHelper.SqlConnString, CommandType.Text, sql, null);
model.Result = "1"; model.Result = "1";

Loading…
Cancel
Save