update msg_rules_v

This commit is contained in:
shoopea 2019-08-27 12:08:57 +08:00
parent 2e0040edda
commit e9dd00bbf6

2
sql.go
View File

@ -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;`)