fix:密品设备维修提交

pg_adapter
wangxy 8 months ago
parent 407e6597d8
commit 7ed58826ae

@ -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>

Loading…
Cancel
Save