guoshilong
2024-03-23 5f9dde47916478555fc97294fbb8116dfddadeac
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/mapper/TbProjectMapper.xml
@@ -49,6 +49,9 @@
        <if test="vo.cityCode != null and vo.cityCode != ''">
            and tb."city_code" = #{vo.cityCode}
        </if>
        <if test="vo.countyCode != null and vo.countyCode != ''">
            and tb."county_code" = #{vo.countyCode}
        </if>
        <if test="vo.isEstablishPlan != null and vo.isEstablishPlan !=''">
            and tb."is_establish_plan" = #{vo.isEstablishPlan}
        </if>