|
@@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<select id="selectEnterpriseBaseDataSeasonList" parameterType="EnterpriseBaseDataSeason" resultMap="EnterpriseBaseDataSeasonResult">
|
|
<select id="selectEnterpriseBaseDataSeasonList" parameterType="EnterpriseBaseDataSeason" resultMap="EnterpriseBaseDataSeasonResult">
|
|
<include refid="selectEnterpriseBaseDataSeasonVo"/>
|
|
<include refid="selectEnterpriseBaseDataSeasonVo"/>
|
|
<where>
|
|
<where>
|
|
- <if test="enterpriseName != null and enterpriseName != ''"> and enterprise_name like concat('%', #{enterpriseName}, '%')</if>
|
|
|
|
|
|
+ <if test="enterpriseName != null and enterpriseName != ''"> and enterprise_name = #{enterpriseName}</if>
|
|
<if test="location != null and location != ''"> and location = #{location}</if>
|
|
<if test="location != null and location != ''"> and location = #{location}</if>
|
|
<if test="code != null and code != ''"> and code = #{code}</if>
|
|
<if test="code != null and code != ''"> and code = #{code}</if>
|
|
<if test="mainBusiness != null and mainBusiness != ''"> and main_business = #{mainBusiness}</if>
|
|
<if test="mainBusiness != null and mainBusiness != ''"> and main_business = #{mainBusiness}</if>
|