From 8ad66274a04cf85d58b9857c08dd0085491df853 Mon Sep 17 00:00:00 2001
From: XMnhwj_BackTechnologyDevelopment <3512363680@qq.com>
Date: Wed, 19 Apr 2023 15:46:32 +0800
Subject: [PATCH] 2023-04-19 15:46:23
---
pom.xml | 1 +
psdc-business/pom.xml | 20 +++++++++++++++++++
.../resources/mapper/system/SysRoleMapper.xml | 1 -
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 psdc-business/pom.xml
diff --git a/pom.xml b/pom.xml
index 7641544..f0a5ce2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,7 @@
psdc-system
psdc-common
psdc-admin
+ psdc-business
pom
diff --git a/psdc-business/pom.xml b/psdc-business/pom.xml
new file mode 100644
index 0000000..562f0fb
--- /dev/null
+++ b/psdc-business/pom.xml
@@ -0,0 +1,20 @@
+
+
+
+ psdc
+ com.psdc
+ 0.0.1
+
+ 4.0.0
+
+ psdc-business
+
+
+ 8
+ 8
+ UTF-8
+
+
+
\ No newline at end of file
diff --git a/psdc-system/src/main/resources/mapper/system/SysRoleMapper.xml b/psdc-system/src/main/resources/mapper/system/SysRoleMapper.xml
index d223af4..29e3547 100644
--- a/psdc-system/src/main/resources/mapper/system/SysRoleMapper.xml
+++ b/psdc-system/src/main/resources/mapper/system/SysRoleMapper.xml
@@ -121,7 +121,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
role_key = #{roleKey},
role_sort = #{roleSort},
data_scope = #{dataScope},
- menu_check_strictly = #{menuCheckStrictly},
dept_check_strictly = #{deptCheckStrictly},
status = #{status},
remark = #{remark},