From 1b7cf9411e6dbf70d64dc2028fba1ee739f6966a Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 03 十一月 2023 13:07:06 +0800 Subject: [PATCH] # --- src/main/resources/mapper/CstmrMapper.xml | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/mapper/CstmrMapper.xml b/src/main/resources/mapper/CstmrMapper.xml index 605cc1f..75bcc3e 100644 --- a/src/main/resources/mapper/CstmrMapper.xml +++ b/src/main/resources/mapper/CstmrMapper.xml @@ -170,9 +170,9 @@ and ( <if test="userId != null and userId != ''"> - mc.mp.user_id = #{userId} + mc.user_id = #{userId} or - mc.mp.director = #{userId} + mc.director = #{userId} or </if> mc.id in @@ -273,9 +273,9 @@ and ( <if test="userId != null and userId != ''"> - mc.mp.user_id = #{userId} + mc.user_id = #{userId} or - mc.mp.director = #{userId} + mc.director = #{userId} or </if> mc.id in @@ -445,9 +445,9 @@ and ( <if test="userId != null and userId != ''"> - mc.mp.user_id = #{userId} + mc.user_id = #{userId} or - mc.mp.director = #{userId} + mc.director = #{userId} or </if> mc.id in @@ -554,9 +554,9 @@ and ( <if test="userId != null and userId != ''"> - mc.mp.user_id = #{userId} + mc.user_id = #{userId} or - mc.mp.director = #{userId} + mc.director = #{userId} or </if> mc.id in -- Gitblit v1.9.1