线索规则

This commit is contained in:
苏竹红
2023-06-20 14:10:15 +08:00
parent ac1ad6c502
commit 3d98a4741e
4 changed files with 30 additions and 6 deletions

View File

@@ -194,6 +194,9 @@
<if test="keyword!=null and keyword!=''">
and area_path like concat('%',#{keyword},'%')
</if>
<if test="applyFlag!=null and applyFlag==true">
and (area_status = 'open' or area_status = 'keyOpen')
</if>
<if test="areaStatus!=null and areaStatus!=''">
and area_status = #{areaStatus}
</if>