mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
优化批量获取桩状态
This commit is contained in:
@@ -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 != ''">
|
||||
|
||||
Reference in New Issue
Block a user