구매 sid 검사 기능 추가

This commit is contained in:
chi
2023-07-12 17:22:24 +09:00
parent 2e484b04e0
commit e4d9011d2f
36 changed files with 961 additions and 689 deletions

View File

@@ -280,7 +280,7 @@ namespace FCOMMON
" where prgmName = 'Amkor K4-EET GroupWare'";
return ExecuteScalar(sql);
}
catch (Exception ex)
catch
{
return string.Empty;
}
@@ -1043,7 +1043,7 @@ namespace FCOMMON
{
return ExecuteScalar(slq);
}
catch (Exception ex)
catch
{
return string.Empty;
}
@@ -1057,7 +1057,7 @@ namespace FCOMMON
try
{
return ExecuteScalar(slq);
}catch ( Exception ex)
}catch
{
return string.Empty;
}