From c67ebcebfa07befdfac94e4d84c6af5f1c8edeec Mon Sep 17 00:00:00 2001 From: lidongdong <1459917685@qq.com> Date: 星期四, 27 十月 2022 13:32:46 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/huacheng_test' into huacheng_test --- flower_city/src/main/resources/mapper/GuideRepairOrderMapper.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flower_city/src/main/resources/mapper/GuideRepairOrderMapper.xml b/flower_city/src/main/resources/mapper/GuideRepairOrderMapper.xml index 8ae554b..edab3df 100644 --- a/flower_city/src/main/resources/mapper/GuideRepairOrderMapper.xml +++ b/flower_city/src/main/resources/mapper/GuideRepairOrderMapper.xml @@ -83,7 +83,7 @@ <include refid="selectGuideRepairOrderVo"/> <where> <if test="ids != null"> - and department_id IN + and guide_department_id IN <foreach collection="ids" item="param" open="(" close=")" separator=","> #{param} </foreach> @@ -113,7 +113,7 @@ select count(id) from automessage_guide_repair_order <where> <if test="ids != null"> - and department_id IN + and guide_department_id IN <foreach collection="ids" item="param" open="(" close=")" separator=","> #{param} </foreach> @@ -219,7 +219,7 @@ AND guide_user_id=#{guideUserId} </if> <if test="ids != null"> - and department_id IN + and guide_department_id IN <foreach collection="ids" item="param" open="(" close=")" separator=","> #{param} </foreach> @@ -255,7 +255,7 @@ automessage_guide_repair_order.state=#{state} </if> <if test="ids != null"> - and department_id IN + and guide_department_id IN <foreach collection="ids" item="param" open="(" close=")" separator=","> #{param} </foreach> -- Gitblit v1.7.1