feat: 샷 수 업데이트 쿼리 제거
This commit is contained in:
parent
0ff58bc865
commit
bd575ced77
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user