WechatGroup

This commit is contained in:
Lishundong
2025-09-28 12:20:21 +08:00
parent e08cbe45d4
commit cd35b9a4dc

View File

@@ -28,7 +28,7 @@
<select id="selectCompanyCardList" parameterType="CompanyCard" resultMap="CompanyCardResult">
<include refid="selectCompanyCardVo"/>
<where> del_flag = 0
<where> del_flag = '0'
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
<if test="targ != null and targ != ''"> and targ = #{targ}</if>
<if test="backgroudColor != null and backgroudColor != ''"> and backgroud_color = #{backgroudColor}</if>
@@ -38,7 +38,7 @@
</select>
<select id="selectCompanyCardListVO" resultType="com.ruoyi.cms.domain.vo.CompanyCardVO">
<include refid="selectCompanyCardVo"/>
<where> del_flag = 0
<where> del_flag = '0'
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
<if test="targ != null and targ != ''"> and targ = #{targ}</if>
<if test="backgroudColor != null and backgroudColor != ''"> and backgroud_color = #{backgroudColor}</if>