From 38f886fe6a16de55182904474a1f7258173df636 Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 31 Jul 2018 15:52:21 +0800 Subject: [PATCH] =?UTF-8?q?steam=E5=AD=97=E5=85=B8=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/update_steam_items.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/sql/update_steam_items.sql diff --git a/src/main/resources/sql/update_steam_items.sql b/src/main/resources/sql/update_steam_items.sql new file mode 100644 index 000000000..c30c86de4 --- /dev/null +++ b/src/main/resources/sql/update_steam_items.sql @@ -0,0 +1,3 @@ +UPDATE sys_data_dictionary_item SET item_code=1 WHERE item_value ='c2s' +UPDATE sys_data_dictionary_item SET item_code=2 WHERE item_value ='s2c' +UPDATE sys_data_dictionary_item SET item_code=3 WHERE item_value ='double' \ No newline at end of file