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