From f594d68305a151d0d5d932c7e77edfa0a91ee11d Mon Sep 17 00:00:00 2001 From: wangxin Date: Fri, 11 Jan 2019 20:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=B9=E9=85=8D=E7=BD=AE=E4=BF=A1=E5=BA=A6?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E4=BF=AE=E6=94=B9=E5=8F=AA=E6=9C=8970?= =?UTF-8?q?=EF=BC=8C80,90=E4=B8=89=E4=B8=AA=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20190111/CONFIDENCE_INTERVAL.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/sql/20190111/CONFIDENCE_INTERVAL.sql diff --git a/src/main/resources/sql/20190111/CONFIDENCE_INTERVAL.sql b/src/main/resources/sql/20190111/CONFIDENCE_INTERVAL.sql new file mode 100644 index 000000000..6b4629170 --- /dev/null +++ b/src/main/resources/sql/20190111/CONFIDENCE_INTERVAL.sql @@ -0,0 +1 @@ +update sys_data_dictionary_item set `status`=0 where dictionary_id=118 and item_code not in(70,80,90); \ No newline at end of file