]> insang Git - wevape-lu1_pos.git/commitdiff
상품 검색 소팅 order by 수정
authornewton-cn <insang@kakao.com>
Wed, 24 Jul 2024 09:37:47 +0000 (18:37 +0900)
committernewton-cn <insang@kakao.com>
Wed, 24 Jul 2024 09:37:47 +0000 (18:37 +0900)
13 files changed:
.vs/newton-cn/v16/.suo
newton-cn/DBConnector.cs
newton-cn/bin/Debug/newton-cn.exe
newton-cn/bin/Debug/newton-cn.pdb
newton-cn/bin/Release/newton-cn.exe
newton-cn/bin/Release/newton-cn.pdb
newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache
newton-cn/obj/Debug/newton-cn.exe
newton-cn/obj/Debug/newton-cn.pdb
newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache [new file with mode: 0644]
newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt
newton-cn/obj/Release/newton-cn.exe
newton-cn/obj/Release/newton-cn.pdb

index b219740a58d28ec698f2193e761282bfaa08067c..5cf9483ec27fb9c14790f2fd451b4f15a9ce605f 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index 662c17c8dcdfc36aa8bceac397b7e78e19181801..5eb1f156d34c2fdf4513c080b57e35b3ac1fdfc1 100644 (file)
@@ -36,7 +36,7 @@ namespace newton_cn
                     pr_name like '%" + item + @"%' and
                     kind_visible = 0 and pr_visible= 0
                 order by
-                    a2.kind_name desc, a3.location desc, a1.pr_name
+                    a2.kind_name, a3.location desc, a1.pr_name
             ";
 
             SqlCommand cmd_select = new SqlCommand(sql, conn);
index b4c66211e0c51cd3acd2d417df5ee9d17bbcb4be..f64d30e7833634c6b22dc1588296060ca8ff3999 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ
index 3c7ab88153711edd9f9b834b65b02cd0a16296f4..734d4906d1adc080af7ff4e5fc98a3cfaa5a2d98 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ
index eddcb26e4c47692956b04b42ef92fe5e0d948b7b..8562ac31e43d09447e410f681beb449b2f37af62 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ
index ae09459ea412280469b8537fd225b27e6e23c79c..75ee5b1ff4b7da14d63f9f8008d6a7ffdf40c708 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ
index ae0ca7082ee3d2a3eebaff80288641defe390f3c..9afcdffd3d37b7222071f8194f36bb7643bf92d0 100644 (file)
Binary files a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
index b4c66211e0c51cd3acd2d417df5ee9d17bbcb4be..f64d30e7833634c6b22dc1588296060ca8ff3999 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ
index 3c7ab88153711edd9f9b834b65b02cd0a16296f4..734d4906d1adc080af7ff4e5fc98a3cfaa5a2d98 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ
diff --git a/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache
new file mode 100644 (file)
index 0000000..9e16c69
Binary files /dev/null and b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache differ
index ef4d24770da46c778521e676e8eb9016a82d4c5a..6e1fc702cfba8ed6445ddb1e8461c1838f0408fb 100644 (file)
@@ -32,3 +32,4 @@ z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.pdb
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form3.resources
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form4.resources
+z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.csproj.AssemblyReference.cache
index eddcb26e4c47692956b04b42ef92fe5e0d948b7b..8562ac31e43d09447e410f681beb449b2f37af62 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ
index ae09459ea412280469b8537fd225b27e6e23c79c..75ee5b1ff4b7da14d63f9f8008d6a7ffdf40c708 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ