| | |
| | | <select id="selectFwDefenseScenePage" resultMap="fwDefenseSceneResultMap"> |
| | | select * from ja_fw_defense_scene |
| | | <where> |
| | | is_deleted = 0 |
| | | and is_deleted = 0 |
| | | <if test="param2.id != null and param2.id != ''"> |
| | | and id = #{param2.id} |
| | | </if> |
| | |
| | | /** |
| | | * 应用创新状态(审核中/审核通过/审核不通过) |
| | | */ |
| | | @ApiModelProperty(value = "应用创新状态(审核中/审核通过/审核不通过)") |
| | | @ApiModelProperty(value = "应用创新状态(1.审核中/2.审核通过/3.审核不通过)") |
| | | private String innovationStatus; |
| | | /** |
| | | * 应用场景描述 |
| | |
| | | <if test="param2.innovationStatus != null and param2.innovationStatus != ''"> |
| | | and innovation_status = #{param2.innovationStatus} |
| | | </if> |
| | | is_deleted = 0 |
| | | and is_deleted = 0 |
| | | </where> |
| | | |
| | | |
| | |
| | | /** |
| | | * 应用创新状态(审核中/审核通过/审核不通过) |
| | | */ |
| | | @ApiModelProperty(value = "应用创新状态(审核中/审核通过/审核不通过)") |
| | | @ApiModelProperty(value = "应用创新状态(1.审核中/2.审核通过/3.审核不通过)") |
| | | private String innovationStatus; |
| | | |
| | | } |
| | |
| | | <if test="location != null and location != ''"> |
| | | and location like concat('%',#{location},'%') |
| | | </if> |
| | | is_deleted = 0 |
| | | and is_deleted = 0 |
| | | </where> |
| | | </select> |
| | | |
| | |
| | | <if test="geom != null and geom != ''"> |
| | | and ST_Intersects(geom, ST_GeomFromText(#{geom})) |
| | | </if> |
| | | is_deleted = 0 |
| | | and is_deleted = 0 |
| | | </where> |
| | | |
| | | |