diff --git a/WebService/Function.cs b/WebService/Function.cs index 23b28ed..4a330d3 100644 --- a/WebService/Function.cs +++ b/WebService/Function.cs @@ -1086,12 +1086,12 @@ namespace Webservice ([ID] ,[barcode] ,[pass] - ,[createTime],Repaint) + ,[createTime],Repaint,paintCode) VALUES ((select newid()) ,'" + barcode + @"' ,'" + isPass.ToString() + @"' - ,(select getdate()),'" + repaint + "') "; + ,(select getdate()),'" + repaint + "','" + lu_code + "') "; SqlHelper.ExecuteNonQuery(SqlHelper.SqlConnString, CommandType.Text, sql, null); model.Result = "1";