From 9f83ffd84ac9e720c3d2c6fea5eb9e9202a7211c Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 03 九月 2024 10:27:12 +0800
Subject: [PATCH] 解决报工新增界面保存失败问题,补片审核添加日志,检测审核失败问题
---
north-glass-erp/src/main/resources/mapper/userInfo/PermissionBasicMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/src/main/resources/mapper/userInfo/PermissionBasicMapper.xml b/north-glass-erp/src/main/resources/mapper/userInfo/PermissionBasicMapper.xml
index c515579..4285d5c 100644
--- a/north-glass-erp/src/main/resources/mapper/userInfo/PermissionBasicMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/userInfo/PermissionBasicMapper.xml
@@ -49,7 +49,7 @@
<select id="selectTowLevel">
select
- id as value,
+ page as value,
page as label
from permission_basic
where
@@ -59,4 +59,6 @@
</select>
+
+
</mapper>
\ No newline at end of file
--
Gitblit v1.8.0