From 3a4ec5e2eae59901979f4309acb44eebacb75c56 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 25 八月 2023 17:45:18 +0800 Subject: [PATCH] 委托报检修改 --- laboratory-server/src/main/resources/mapper/MenuMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/laboratory-server/src/main/resources/mapper/MenuMapper.xml b/laboratory-server/src/main/resources/mapper/MenuMapper.xml index 586dcb7..1ea9b2d 100644 --- a/laboratory-server/src/main/resources/mapper/MenuMapper.xml +++ b/laboratory-server/src/main/resources/mapper/MenuMapper.xml @@ -3,7 +3,7 @@ <mapper namespace="com.yuanchu.limslaboratory.mapper.MenuMapper"> <select id="getMenuList" resultType="com.yuanchu.limslaboratory.pojo.Menu"> - select id value,name label,parent_id parentId + select id,name,parent_id parentId from menu where state =1 </select> -- Gitblit v1.9.3