Commit 1c061a59 authored by Quxl's avatar Quxl

x

parent b67f8cd9
...@@ -143,7 +143,7 @@ public class CommonController { ...@@ -143,7 +143,7 @@ public class CommonController {
String sql = "" String sql = ""
+ "SELECT " + "SELECT "
+ "IsAppCustService = convert(BIT, CASE WHEN nIsAppCustService = 1 THEN 1 ELSE 0 END), " + "IsAppCustService = convert(BIT, CASE WHEN nIsAppCustService = 1 THEN 1 ELSE 0 END), "
+ "IsJumpButton = convert(BIT, CASE WHEN nIsJumpButton = 1 THEN 1 ELSE 0 END) " + "IsExemptCheck = convert(BIT, CASE WHEN IsExemptCheck = 1 THEN 1 ELSE 0 END) "
+ "FROM " + "FROM "
+ "tOrg " + "tOrg "
+ "WHERE " + "WHERE "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment