highgo database
This commit is contained in:
@@ -22,7 +22,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectFairCompanyList" parameterType="FairCompany" resultMap="FairCompanyResult">
|
||||
<include refid="selectFairCompanyVo"/>
|
||||
<where> del_flag = 0
|
||||
<where> del_flag = '0'
|
||||
<if test="companyId != null "> and company_id = #{companyId}</if>
|
||||
<if test="jobFairId != null "> and job_fair_id = #{jobFairId}</if>
|
||||
</where>
|
||||
|
||||
Reference in New Issue
Block a user