From bd575ced77c73d741dd2e3655aa7eb8054f8b716 Mon Sep 17 00:00:00 2001 From: ssy99 Date: Wed, 7 May 2025 15:25:16 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=83=B7=20=EC=88=98=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8=20=EC=BF=BC=EB=A6=AC=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Product_Manager/MainForm.vb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Product_Manager/MainForm.vb b/Product_Manager/MainForm.vb index 8b4f8b1..3d4a6ed 100644 --- a/Product_Manager/MainForm.vb +++ b/Product_Manager/MainForm.vb @@ -5,6 +5,7 @@ Imports Microsoft Imports System.Runtime.Remoting Imports System.Windows.Forms.VisualStyles.VisualStyleElement.TaskbarClock Imports Mysqlx +Imports Mysqlx.XDevAPI Public Class MainForm Public Const FormVersion As String = "2.0.0" @@ -694,8 +695,7 @@ End_Finish: "Ct_Manufacture_Month = '" & nudIfMonth.Value & "', " & "Ct_SN = '" & cartridgeSerial & "', " & "Ct_Model = 'MAXIMUM', " & - "Ct_Type = 'SET', " & - "Ct_Remain_ShotCnt = 0 " & + "Ct_Type = 'SET' " & "WHERE PV_SN = '" & TDNameStr & "'" DBCommand(DBCmd) @@ -870,8 +870,7 @@ End_Finish: "Ct_Manufacture_Month = '" & nudIfMonth.Value & "', " & "Ct_SN = '" & cartridgeSerial & "', " & "Ct_Model = 'EFFECT', " & - "Ct_Type = 'SET', " & - "Ct_Remain_ShotCnt = 0 " & + "Ct_Type = 'SET' " & "WHERE PV_SN = '" & TDNameStr & "'" DBCommand(DBCmd)