From e9dd00bbf6d0f7c143e647c5bb414c538ab665d4 Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 27 Aug 2019 12:08:57 +0800 Subject: [PATCH] update msg_rules_v --- sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.go b/sql.go index ef2426f..0445a3e 100644 --- a/sql.go +++ b/sql.go @@ -299,7 +299,7 @@ func initDB() { ,r.prio ,r.descn COLLATE utf8mb4_unicode_ci AS descn ,r.rule COLLATE utf8mb4_unicode_ci AS rule - ,cost.intl_id AS msg_type + ,cost.intl_id COLLATE utf8mb4_unicode_ci AS msg_type FROM msg_rules r ,code_obj_sub_type cost WHERE cost.id = r.msg_type_id;`)