| @@ -59,7 +59,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | |||||
| <select id="selectTResourceLandList" parameterType="TResourceLand" resultMap="TResourceLandResult"> | <select id="selectTResourceLandList" parameterType="TResourceLand" resultMap="TResourceLandResult"> | ||||
| <include refid="selectTResourceLandVo"/> | <include refid="selectTResourceLandVo"/> | ||||
| <where> | <where> | ||||
| <if test="bsm != null "> and BSM = #{bsm}</if> | |||||
| <if test="dkbm != null and dkbm != ''"> and DKBM = #{dkbm}</if> | <if test="dkbm != null and dkbm != ''"> and DKBM = #{dkbm}</if> | ||||
| <if test="dkmc != null and dkmc != ''"> and DKMC like concat('%', #{dkmc}, '%')</if> | <if test="dkmc != null and dkmc != ''"> and DKMC like concat('%', #{dkmc}, '%')</if> | ||||
| <if test="syqxz != null and syqxz != ''"> and SYQXZ = #{syqxz}</if> | <if test="syqxz != null and syqxz != ''"> and SYQXZ = #{syqxz}</if> | ||||
| @@ -79,6 +78,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | |||||
| <where> | <where> | ||||
| <if test="dkbm != null and dkbm != ''"> and DKBM = #{dkbm}</if> | <if test="dkbm != null and dkbm != ''"> and DKBM = #{dkbm}</if> | ||||
| <if test="dkmc != null and dkmc != ''"> and DKMC like concat('%', #{dkmc}, '%')</if> | <if test="dkmc != null and dkmc != ''"> and DKMC like concat('%', #{dkmc}, '%')</if> | ||||
| <if test="syqxz != null and syqxz != ''"> and SYQXZ = #{syqxz}</if> | |||||
| <if test="dklb != null and dklb != ''"> and DKLB = #{dklb}</if> | |||||
| <if test="tdlylx != null and tdlylx != ''"> and TDLYLX = #{tdlylx}</if> | |||||
| <if test="dldj != null and dldj != ''"> and DLDJ = #{dldj}</if> | |||||
| <if test="tdyt != null and tdyt != ''"> and TDYT = #{tdyt}</if> | |||||
| <if test="sfjbnt != null and sfjbnt != ''"> and SFJBNT = #{sfjbnt}</if> | |||||
| <if test="sfzwd != null and sfzwd != ''"> and SFZWD = #{sfzwd}</if> | |||||
| <if test="surveyStatus != null and surveyStatus != ''"> and survey_status = #{surveyStatus}</if> | <if test="surveyStatus != null and surveyStatus != ''"> and survey_status = #{surveyStatus}</if> | ||||
| <if test="importCode != null and importCode != ''"> and import_code like concat(#{importCode}, '%')</if> | <if test="importCode != null and importCode != ''"> and import_code like concat(#{importCode}, '%')</if> | ||||
| </where> | </where> | ||||