카트리지 시리얼번호 조회 오류 수정

This commit is contained in:
KwakJooYoung 2025-09-18 13:46:13 +09:00
parent ae6cf6989a
commit d6dc6df9bb

View File

@ -12,10 +12,10 @@ Public Class frmMySqlTest
set_serial
pro_fa_serial
pro_ey_serial
pro_bo_serial
lux_fa_serial
pro_ey_serial
lux_ey_serial
pro_bo_serial
lux_bo_serial
MAXIMUM_serial
Alpha_Serial
@ -301,10 +301,10 @@ Public Class frmMySqlTest
, IFNULL(sale.Main_Product_SN,'NULL')
, IFNULL(sale.Pro_Face_Serial,'NULL')
, IFNULL(sale.Pro_Eye_Serial,'NULL')
, IFNULL(sale.Pro_Body_Serial,'NULL')
, IFNULL(sale.Lux_Face_Serial,'NULL')
, IFNULL(sale.Pro_Eye_Serial,'NULL')
, IFNULL(sale.Lux_Eye_Serial,'NULL')
, IFNULL(sale.Pro_Body_Serial,'NULL')
, IFNULL(sale.Lux_Body_Serial,'NULL')
, IFNULL(sale.MAXIMUM_SN,'NULL')
, IFNULL(sale.Alpha_Set_Serial,'NULL')