From 11158b7a0d2a1517903ba073deca9151b7758099 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期六, 21 六月 2025 10:46:56 +0800 Subject: [PATCH] 1.2.1查询条件修改 --- src/main/resources/mapper/PowerInfMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/PowerInfMapper.xml b/src/main/resources/mapper/PowerInfMapper.xml index a11d19f..6cb6fbc 100644 --- a/src/main/resources/mapper/PowerInfMapper.xml +++ b/src/main/resources/mapper/PowerInfMapper.xml @@ -98,7 +98,7 @@ <if test="stic.stationType!=null"> and tb_station_inf.station_type=#{stic.stationType} </if> - <if test="stic.stationType!=null"> + <if test="stic.company!=null"> and tb_power_inf.company=#{stic.company} </if> <if test="stic.uid>100"> -- Gitblit v1.9.1