WechatGroup
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<select id="selectCompanyCardList" parameterType="CompanyCard" resultMap="CompanyCardResult">
|
<select id="selectCompanyCardList" parameterType="CompanyCard" resultMap="CompanyCardResult">
|
||||||
<include refid="selectCompanyCardVo"/>
|
<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="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
|
||||||
<if test="targ != null and targ != ''"> and targ = #{targ}</if>
|
<if test="targ != null and targ != ''"> and targ = #{targ}</if>
|
||||||
<if test="backgroudColor != null and backgroudColor != ''"> and backgroud_color = #{backgroudColor}</if>
|
<if test="backgroudColor != null and backgroudColor != ''"> and backgroud_color = #{backgroudColor}</if>
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
</select>
|
</select>
|
||||||
<select id="selectCompanyCardListVO" resultType="com.ruoyi.cms.domain.vo.CompanyCardVO">
|
<select id="selectCompanyCardListVO" resultType="com.ruoyi.cms.domain.vo.CompanyCardVO">
|
||||||
<include refid="selectCompanyCardVo"/>
|
<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="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
|
||||||
<if test="targ != null and targ != ''"> and targ = #{targ}</if>
|
<if test="targ != null and targ != ''"> and targ = #{targ}</if>
|
||||||
<if test="backgroudColor != null and backgroudColor != ''"> and backgroud_color = #{backgroudColor}</if>
|
<if test="backgroudColor != null and backgroudColor != ''"> and backgroud_color = #{backgroudColor}</if>
|
||||||
|
Reference in New Issue
Block a user