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

@@ -1092,7 +1092,7 @@ namespace Project
var ucnt = cmd.ExecuteNonQuery();
}
}
catch (Exception eX)
catch
{
//sendMsg = eX.Message;
//msgupdate = true;
@@ -1106,7 +1106,7 @@ namespace Project
cmd.Dispose();
cn.Close();
}
catch (Exception ex)
catch
{
}
@@ -1203,7 +1203,7 @@ namespace Project
}
}
}
catch (Exception ex)
catch
{
}