WechatGroup
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user