From 1696972fdb436ae24ec5bbf699539775ae0b50b7 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Thu, 6 Mar 2025 20:10:25 +0800
Subject: [PATCH] =?UTF-8?q?3/6=20=20=20=E4=BC=98=E5=8C=961.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mybatis/mapper/auth/SysDictTypeMapper.xml | 6 ------
.../mybatis/mapper/basic/BasicCorpDao.xml | 5 -----
.../mybatis/mapper/basic/UdiProductDao.xml | 9 ---------
.../mapper/collect/IoSplitDesOrderMapper.xml | 3 ---
.../mapper/dev/DeviceChangeOrderMapper.xml | 16 ----------------
src/main/resources/schemas/schema_v2.4.sql | 3 ++-
6 files changed, 2 insertions(+), 40 deletions(-)
diff --git a/src/main/resources/mybatis/mapper/auth/SysDictTypeMapper.xml b/src/main/resources/mybatis/mapper/auth/SysDictTypeMapper.xml
index 6f2f3a8f3..e43dc701d 100644
--- a/src/main/resources/mybatis/mapper/auth/SysDictTypeMapper.xml
+++ b/src/main/resources/mybatis/mapper/auth/SysDictTypeMapper.xml
@@ -43,12 +43,6 @@
WHERE dict_id = #{dictId}
-
- delete
- from sys_dict_type
- where dict_id = #{dictId}
-
-
diff --git a/src/main/resources/mybatis/mapper/basic/BasicCorpDao.xml b/src/main/resources/mybatis/mapper/basic/BasicCorpDao.xml
index 81eb6001f..0a24162e4 100644
--- a/src/main/resources/mybatis/mapper/basic/BasicCorpDao.xml
+++ b/src/main/resources/mybatis/mapper/basic/BasicCorpDao.xml
@@ -64,11 +64,6 @@
order by updateTime desc
-
-
-
-
-
-
-
-
diff --git a/src/main/resources/schemas/schema_v2.4.sql b/src/main/resources/schemas/schema_v2.4.sql
index 06268e7b3..56947aa1c 100644
--- a/src/main/resources/schemas/schema_v2.4.sql
+++ b/src/main/resources/schemas/schema_v2.4.sql
@@ -4931,8 +4931,9 @@ ALTER TABLE io_collect_order_backup
+
CALL Pro_Temp_ColumnWork('sys_workplace_document', 'autoHandle',
- ' tinyint NULL DEFAULT NULL COMMENT ''是否自动处理''',
+ ' tinyint NULL DEFAULT b''0''COMMENT ''是否自动处理''',
1);
INSERT ignore INTO `sys_scheduled` (`id`, `cronName`, `cron`, `customerId`, `remark`)
VALUES (158, 'ioCollectOrderFinishTask', '0 */30 * * * ?', NULL, '自动完成第三方处方单');