|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
<if test="part != null and part != ''"> and part = #{part}</if>
|
|
|
|
|
<if test="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
|
|
|
|
|
<if test="propertyNum != null "> and property_num = #{propertyNum}</if>
|
|
|
|
|
<if test="secretsType != null "> and secrets_type = #{secretsType}</if>
|
|
|
|
|
<if test="secretsType != null and secretsType != '' " > and secrets_type = #{secretsType}</if>
|
|
|
|
|
</where>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|