|
@@ -651,6 +651,7 @@
|
|
|
<if test="regionIdXjd != null and regionIdXjd != ''">and z.region_id = #{regionIdXjd}</if>
|
|
|
<if test="villageTownsIdXjd != null and villageTownsIdXjd != ''">and z.town_id = #{villageTownsIdXjd}</if>
|
|
|
<if test="villageIdXjd != null and villageIdXjd != ''">and z.village_id = #{villageIdXjd}</if>
|
|
|
+ <if test="isNucleicAcidFive != null and isNucleicAcidFive != ''">and z.is_nucleicAcid_five = #{isNucleicAcidFive}</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
<select id="stsByAll" resultType="int">
|