| | |
| | | and t.machine_name= #{machineName} |
| | | </if> |
| | | <if test="machineNameLike !=null and machineNameLike != ''"> |
| | | and t.machine_name concat('%', #{machineNameLike},'%') |
| | | and t.machine_name like concat('%', #{machineNameLike},'%') |
| | | </if> |
| | | <if test="roomId !=null and roomId != ''"> |
| | | and t.room_id= #{roomId} |
| | |
| | | and t.room_name= #{roomName} |
| | | </if> |
| | | <if test="roomNameLike !=null and roomNameLike != ''"> |
| | | and t.room_name concat('%', #{roomNameLike},'%') |
| | | and t.room_name like concat('%', #{roomNameLike},'%') |
| | | </if> |
| | | <if test="curReadingTime !=null and curReadingTime != ''"> |
| | | and t.cur_reading_time= #{curReadingTime} |
| | |
| | | and t.fee_config_name= #{feeConfigName} |
| | | </if> |
| | | <if test="feeConfigNameLike !=null and feeConfigNameLike != ''"> |
| | | and t.fee_config_name concat('%', #{feeConfigNameLike},'%') |
| | | and t.fee_config_name like concat('%', #{feeConfigNameLike},'%') |
| | | </if> |
| | | <if test="communityId !=null and communityId != ''"> |
| | | and t.community_id= #{communityId} |
| | |
| | | and t.machine_name= #{machineName} |
| | | </if> |
| | | <if test="machineNameLike !=null and machineNameLike != ''"> |
| | | and t.machine_name concat('%', #{machineNameLike},'%') |
| | | and t.machine_name like concat('%', #{machineNameLike},'%') |
| | | </if> |
| | | <if test="roomId !=null and roomId != ''"> |
| | | and t.room_id= #{roomId} |
| | |
| | | and t.room_name= #{roomName} |
| | | </if> |
| | | <if test="roomNameLike !=null and roomNameLike != ''"> |
| | | and t.room_name concat('%', #{roomNameLike},'%') |
| | | and t.room_name like concat('%', #{roomNameLike},'%') |
| | | </if> |
| | | <if test="curReadingTime !=null and curReadingTime != ''"> |
| | | and t.cur_reading_time= #{curReadingTime} |
| | |
| | | and t.fee_config_name= #{feeConfigName} |
| | | </if> |
| | | <if test="feeConfigNameLike !=null and feeConfigNameLike != ''"> |
| | | and t.fee_config_name concat('%', #{feeConfigNameLike},'%') |
| | | and t.fee_config_name like concat('%', #{feeConfigNameLike},'%') |
| | | </if> |
| | | <if test="communityId !=null and communityId != ''"> |
| | | and t.community_id= #{communityId} |