*
is_del=0
and id = #{p.id}
and dictionaries_name like '%${p.dictionariesName}%'
and dictionaries_class_id = #{p.dictionariesClassId}
and dictionaries_class_id is null
and dictionaries_order = #{p.dictionariesOrder}
and is_del = #{p.isDel}
and enabled = #{p.enabled}
and create_user_id = #{p.createUserId}
and create_user_name = #{p.createUserName}
and update_user_id = #{p.updateUserId}
and update_user_name = #{p.updateUserName}
and create_time = #{p.createTime}
and update_time = #{p.updateTime}