|
|
|
@ -130,6 +130,7 @@ namespace ProcessManageUI |
|
|
|
string Connstr_SC; |
|
|
|
string DyelotsBulkedRecipe_sql = |
|
|
|
"SELECT * FROM [dbo].[DyelotsBulkedRecipe] WHERE Created > '" + DateTime.Now.AddDays(-1).ToString("yyyy/MM/dd") + |
|
|
|
" ' and Created <'" + DateTime.Now.AddMinutes(-1).ToString("yyyy/MM/dd") + |
|
|
|
"' AND ProductType = '" + _type + "' AND Process IS NULL AND StepNumber IS NOT NULL AND ProductCode IS NOT NULL AND ReDye IS NOT NULL"; |
|
|
|
if (SQMOD == "Windows Authentication") |
|
|
|
{ |
|
|
|
|