优化批量获取桩状态

This commit is contained in:
Guoqs
2024-11-05 09:01:28 +08:00
parent 5d3843bbdf
commit 24957fc00c
3 changed files with 53 additions and 19 deletions

View File

@@ -24,7 +24,19 @@
<select id="selectPileConnectorInfoList" parameterType="com.jsowell.pile.domain.PileConnectorInfo"
resultMap="PileConnectorInfoResult">
<include refid="selectPileConnectorInfoVo"/>
select
id,
name,
pile_connector_code,
status,
park_no,
pile_sn,
create_by,
create_time,
update_by,
update_time,
del_flag
from pile_connector_info
where
del_flag = '0'
<if test="name != null and name != ''">