From 4e786b8fce08a00ed134e430ebd660e198478fb9 Mon Sep 17 00:00:00 2001 From: xiaochou164 Date: Sat, 19 Aug 2023 15:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8C=E6=AD=A5=E6=9C=BA?= =?UTF-8?q?=E5=8A=A0=E5=B7=A5=E5=BA=8F=E4=BB=BB=E5=8A=A1=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库迁移sql/存储过程/UpdateSquareStepYield.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 数据库迁移sql/存储过程/UpdateSquareStepYield.sql diff --git a/数据库迁移sql/存储过程/UpdateSquareStepYield.sql b/数据库迁移sql/存储过程/UpdateSquareStepYield.sql new file mode 100644 index 0000000..6b7ca26 --- /dev/null +++ b/数据库迁移sql/存储过程/UpdateSquareStepYield.sql @@ -0,0 +1,13 @@ +############################## +##@author:gong.chengbo ## +##@createdate:2023-08-10 ## +##@for:用于归档在线产量明细 ## +############################## +drop procedure if exists UpdateSquareStepYield; +create + definer = admin@`%` procedure UpdateSquareStepYield() comment '更新产量表存储过称' +BEGIN + + + +end; \ No newline at end of file