From b9d30b3598dc341f8090c05b30e633ebe9336603 Mon Sep 17 00:00:00 2001 From: zhangzq Date: Sun, 1 Sep 2024 14:33:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=87=BA=E5=BA=93=E5=85=A5=E8=A7=84?= =?UTF-8?q?=E5=88=99=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms_pro/hd/nladmin-system/src/main/java/org/nl/AppRun.java | 2 +- wms_pro/hd/nladmin-system/src/main/resources/banner.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wms_pro/hd/nladmin-system/src/main/java/org/nl/AppRun.java b/wms_pro/hd/nladmin-system/src/main/java/org/nl/AppRun.java index 41104537..0065f867 100644 --- a/wms_pro/hd/nladmin-system/src/main/java/org/nl/AppRun.java +++ b/wms_pro/hd/nladmin-system/src/main/java/org/nl/AppRun.java @@ -30,7 +30,7 @@ import org.springframework.web.bind.annotation.RestController; @ServletComponentScan @EnableTransactionManagement @MapperScan("org.nl.**.mapper") -@EnableDynamicTp +//@EnableDynamicTp public class AppRun implements CommandLineRunner { public static void main(String[] args) { SpringApplication.run(AppRun.class, args); diff --git a/wms_pro/hd/nladmin-system/src/main/resources/banner.txt b/wms_pro/hd/nladmin-system/src/main/resources/banner.txt index cd9b68c0..79fdf47d 100644 --- a/wms_pro/hd/nladmin-system/src/main/resources/banner.txt +++ b/wms_pro/hd/nladmin-system/src/main/resources/banner.txt @@ -2,4 +2,10 @@ 托盘库编码:FStockPallet 料箱库编码: FStockId 虚拟库编码: FicStockId + -- 清库存 + update st_ivt_structattr set vehicle_code = null; + -- 删除组盘信息 + update md_pb_vehiclemater set is_delete = '1'; + -- 任务 + update sch_base_task set `status` = '90' where `status` < 80; ------------------------------