<iftest="objId != null "> and objId = #{objId}</if>
<iftest="objId != null "> and objId = #{objId}</if>
<iftest="busbarCode != null "> and busbar_code = #{busbarCode}</if>
<iftest="busbarCode != null "> and busbar_code = #{busbarCode}</if>
<iftest="cabinetCode != null "> and cabinet_code = #{cabinetCode}</if>
<iftest="cabinetCode != null "> and cabinet_code = #{cabinetCode}</if>
@ -61,9 +63,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updatedBy != null and updatedBy != ''"> and updated_by = #{updatedBy}</if>
<iftest="updatedBy != null and updatedBy != ''"> and updated_by = #{updatedBy}</if>
<iftest="params.beginUpdatedTime != null and params.beginUpdatedTime != '' and params.endUpdatedTime != null and params.endUpdatedTime != ''"> and updated_time between #{params.beginUpdatedTime} and #{params.endUpdatedTime}</if>
<iftest="params.beginUpdatedTime != null and params.beginUpdatedTime != '' and params.endUpdatedTime != null and params.endUpdatedTime != ''"> and updated_time between #{params.beginUpdatedTime} and #{params.endUpdatedTime}</if>
<iftest="params.beginRecordTime != null and params.beginRecordTime != '' and params.endRecordTime != null and params.endRecordTime != ''"> and record_time between #{params.beginRecordTime} and #{params.endRecordTime}</if>
<iftest="params.beginRecordTime != null and params.beginRecordTime != '' and params.endRecordTime != null and params.endRecordTime != ''"> and record_time between #{params.beginRecordTime} and #{params.endRecordTime}</if>
<iftest="routModel != null "> and rout_model = #{routModel}</if>