From 12e305c7369a7d302681a22321081ec217b5a1a5 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期五, 27 六月 2025 23:11:22 +0800
Subject: [PATCH] 企业微信登录回调接口中增加前端重定向页面地址的拼接
---
lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMapper.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMapper.xml b/lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMapper.xml
index 66e6ef5..89873f7 100644
--- a/lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMapper.xml
+++ b/lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMapper.xml
@@ -108,6 +108,18 @@
<foreach collection="equipmentIds" index="index" item="id" open="(" separator="," close=")">
#{id}
</foreach>
+ <if test="status !=null and status == 1">
+ and t2.Oporation in ('1', '2')
+ </if>
+ <if test="status !=null and status == 2">
+ and t2.Oporation = '3'
+ </if>
+ <if test="status !=null and status == 3">
+ and t2.Oporation = '22'
+ </if>
+ <if test="status !=null and status == 4">
+ and t2.Oporation not in ('1', '2', '3', '22') or t2.Oporation is null
+ </if>
</select>
<!--鏍规嵁閮ㄩ棬id鏌ヨ璁惧id闆嗗悎-->
--
Gitblit v1.9.3