zhubaomin
2024-08-08 58e324cd1ff5e7e41e7640f27d48e4813c7bd0a6
pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaBlockMapper.xml
@@ -52,7 +52,7 @@
          phone = #{phone,jdbcType=VARCHAR} and
        </if>
        <if test="area != null">
          area = ${area} and
          area = #{area,jdbcType=INTEGER} and
        </if>
      </trim>
  </select>
@@ -73,7 +73,7 @@
        phone = #{phone,jdbcType=VARCHAR} and
      </if>
      <if test="area != null">
        area = ${area} and
        area = #{area,jdbcType=INTEGER} and
      </if>
    </trim>
    order by id DESC