调整 地块列表查询

main
masong 2 years ago
parent f079b4bf97
commit 03aa047123
  1. 2
      cjy-module-traceability/cjy-module-traceability-biz/src/main/resources/mapper/block/BlockMapper.xml

@ -31,7 +31,9 @@
<where>
<if test="reqVO.blockName !=null and reqVO.blockName !=''"> and t2.block_name like concat('%',#{reqVO.blockName},'%')</if>
<if test="reqVO.blockType !=null"> and t2.block_type =#{reqVO.blockType}</if>
and t2.deleted is false
</where>
order by t2.create_time desc
</select>
</mapper>
Loading…
Cancel
Save