|
@@ -83,11 +83,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
vi.is_del,vi.code,vi.birthday,vi.work_unit,vi.crowd_classification,vi.manufacturer,vi.now_in,vi.url,vi.dept_id from vaccine_info vi
|
|
|
<where>
|
|
|
vi.is_del = 'N'
|
|
|
- <if test="villageTowns != null and villageTowns != ''">
|
|
|
+ <!-- <if test="villageTowns != null and villageTowns != ''">
|
|
|
and vi.village_towns = #{villageTowns}
|
|
|
</if>
|
|
|
<if test="village != null and village != ''"> and vi.village = #{village}</if>
|
|
|
- <if test="villagerGroup != null and villagerGroup != ''"> and vi.villager_group = #{villagerGroup}</if>
|
|
|
+ <if test="villagerGroup != null and villagerGroup != ''"> and vi.villager_group = #{villagerGroup}</if>-->
|
|
|
<if test="houseType != null and houseType != ''"> and vi.house_type = #{houseType}</if>
|
|
|
<if test="domicile != null and domicile != ''"> and vi.domicile = #{domicile}</if>
|
|
|
<if test="province != null and province != ''"> and vi.province = #{province}</if>
|