From 24f7afc0e1dc48653c41e7a29111d35ff7230f76 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期六, 25 十一月 2023 19:07:08 +0800 Subject: [PATCH] 案卷查询StateName修改 --- ycl-common/src/main/resources/mapper/depart/UmsDepartMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ycl-common/src/main/resources/mapper/depart/UmsDepartMapper.xml b/ycl-common/src/main/resources/mapper/depart/UmsDepartMapper.xml index dd6817e..de105cc 100644 --- a/ycl-common/src/main/resources/mapper/depart/UmsDepartMapper.xml +++ b/ycl-common/src/main/resources/mapper/depart/UmsDepartMapper.xml @@ -94,4 +94,7 @@ HAVING count( * )= 1 </select> + <select id="getDepartType" resultType="java.lang.String"> + select name from ums_data_dictionary where id = #{id} + </select> </mapper> -- Gitblit v1.8.0