From 0fd3f919fe4a43907667d704d4b78be8ab855f85 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 14 九月 2023 14:10:47 +0800 Subject: [PATCH] #下级流程获取上级流程条件member_id==>user_id --- src/main/resources/mapper/CstmrMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/CstmrMapper.xml b/src/main/resources/mapper/CstmrMapper.xml index 1087f55..9e7a239 100644 --- a/src/main/resources/mapper/CstmrMapper.xml +++ b/src/main/resources/mapper/CstmrMapper.xml @@ -292,7 +292,7 @@ </update> <select id="selectByName" resultMap="BaseResultMap"> - select * from man_cstmr + select top 1 * from man_cstmr where 1=1 and name = #{name} <if test="hostId != null"> -- Gitblit v1.9.1