구매 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

@@ -133,7 +133,7 @@ namespace Project
cn.Dispose();
return retval;
}
catch (Exception ex)
catch
{
return false;
}