highgo database

This commit is contained in:
2025-09-24 10:49:59 +08:00
parent c85805c336
commit 312a04a42b
17 changed files with 33 additions and 33 deletions

View File

@@ -27,7 +27,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>
@@ -37,7 +37,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>