mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
查询枪口列表过滤逻辑删除的
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
<select id="selectPileConnectorInfoList" parameterType="com.jsowell.pile.domain.PileConnectorInfo"
|
||||
resultMap="PileConnectorInfoResult">
|
||||
<include refid="selectPileConnectorInfoVo"/>
|
||||
<where>
|
||||
where
|
||||
del_flag = '0'
|
||||
<if test="name != null and name != ''">
|
||||
and name like concat('%', #{name}, '%')
|
||||
</if>
|
||||
@@ -38,7 +39,6 @@
|
||||
<if test="pileSn != null">
|
||||
and pile_sn = #{pileSn}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<select id="selectPileConnectorInfoById" parameterType="Integer" resultMap="PileConnectorInfoResult">
|
||||
|
||||
Reference in New Issue
Block a user