|
@@ -65,9 +65,9 @@
|
|
|
<if test="info.score != null "> and lvi.score = #{info.score}</if>
|
|
|
<if test="info.serviceCategory != null and info.serviceCategory != ''"> and lvi.service_category = #{info.serviceCategory}</if>
|
|
|
<if test="info.skillDescribe != null and info.skillDescribe != ''"> and lvi.skill_describe = #{info.skillDescribe}</if>
|
|
|
- <if test="info.provinceCode != null and info.provinceCode != ''">and lvi.province_code = #{info.provinceCode}</if>
|
|
|
- <if test="info.cityCode != null and info.cityCode != ''">and lvi.city_code = #{info.cityCode}</if>
|
|
|
- <if test="info.districtCode != null and info.districtCode != ''">and lvi.district_code = #{info.districtCode}</if>
|
|
|
+<!-- <if test="info.provinceCode != null and info.provinceCode != ''">and lvi.province_code = #{info.provinceCode}</if>-->
|
|
|
+<!-- <if test="info.cityCode != null and info.cityCode != ''">and lvi.city_code = #{info.cityCode}</if>-->
|
|
|
+<!-- <if test="info.districtCode != null and info.districtCode != ''">and lvi.district_code = #{info.districtCode}</if>-->
|
|
|
</select>
|
|
|
|
|
|
<select id="getCurrentOrgVolunteerList" resultType="com.leromro.core.domain.VolunteerInfo">
|