From 2dcd666b7cdbfb62acb8f8ed9980d465922fec53 Mon Sep 17 00:00:00 2001 From: zhanghai <120228220@qq.com> Date: Fri, 19 Jul 2024 08:51:38 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97=202.?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4=E5=90=8C=E6=97=B6=E5=B9=B6=E5=8F=91?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8F=82=E6=95=B0=E3=80=82=203.=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=8A=E4=BC=A0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/lianzhong.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/lianzhong.sql b/src/main/resources/lianzhong.sql index aa586ff..eaba432 100644 --- a/src/main/resources/lianzhong.sql +++ b/src/main/resources/lianzhong.sql @@ -12,4 +12,7 @@ ON [dbo].[t_card_info_upload] ( CREATE NONCLUSTERED INDEX [index_outdate] ON [dbo].[t_card_info_upload] ( [outdate] -) \ No newline at end of file +) + + +//注意是否 t_card_info_upload 表有主键id \ No newline at end of file